Skip to content
Snippets Groups Projects
Commit 51575700 authored by David Cole's avatar David Cole
Browse files

COMP: Fix next round of dashboard warnings.

parent 09b7568c
No related branches found
No related tags found
No related merge requests found
......@@ -74,7 +74,6 @@ tar_extract_glob(TAR *t, char *globname, char *prefix)
if (pathname)
{
free(pathname);
pathname = 0;
}
return -1;
}
......@@ -82,7 +81,6 @@ tar_extract_glob(TAR *t, char *globname, char *prefix)
if (pathname)
{
free(pathname);
pathname = 0;
}
}
......@@ -122,7 +120,6 @@ tar_extract_all(TAR *t, char *prefix)
if (pathname)
{
free(pathname);
pathname = 0;
}
#ifdef DEBUG
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment