Fix some memeory leaks detected by cppcheck

This commit is contained in:
Gregory Nutt
2014-11-25 14:16:28 -06:00
parent 1aa528a572
commit 076d20f9c0
3 changed files with 18 additions and 4 deletions

View File

@@ -283,5 +283,6 @@ int main(int argc, char **argv, char **envp)
/* Exit (without bothering to clean up allocations) */
free(filepath);
return 0;
}