Skip to content

Commit

Permalink
Fixed memory leak.
Browse files Browse the repository at this point in the history
  • Loading branch information
icculus committed Jul 7, 2009
1 parent 5a6d26b commit 0a6427e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions platform_unix.c
Expand Up @@ -1146,6 +1146,7 @@ static boolean unix_launchXdgUtil(const char *util, const char **argv)
rc = system(cmd);
logDebug("system( %0 ) returned %1", cmd, numstr(rc));
free(cmd);
free(path);
} // if

else // try our fallback copy of xdg-utils in GBaseArchive?
Expand Down

0 comments on commit 0a6427e

Please sign in to comment.