mirror of
https://sourceware.org/git/glibc.git
synced 2025-12-24 17:51:17 +03:00
Fix memory leak in stdlib/isomac.c
This commit is contained in:
@@ -263,6 +263,7 @@ get_null_defines (void)
|
||||
if (system (command))
|
||||
{
|
||||
puts ("system() returned nonzero");
|
||||
free (command);
|
||||
return NULL;
|
||||
}
|
||||
free (command);
|
||||
|
||||
Reference in New Issue
Block a user