(run_mac_command, closedir): Use xfree' instead of free'.
This commit is contained in:
@@ -6729,8 +6729,7 @@ opendir (const char *dirname)
|
||||
int
|
||||
closedir (DIR *dp)
|
||||
{
|
||||
free (dp);
|
||||
|
||||
xfree (dp);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user