mirror of
https://github.com/apache/nuttx.git
synced 2025-12-16 09:45:18 +08:00
Fix some memeory leaks detected by cppcheck
This commit is contained in:
@@ -283,5 +283,6 @@ int main(int argc, char **argv, char **envp)
|
||||
|
||||
/* Exit (without bothering to clean up allocations) */
|
||||
|
||||
free(filepath);
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user