mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-08 04:30:45 -08:00
(run_mac_command, closedir): Use xfree' instead of free'.
This commit is contained in:
parent
9ae6734f00
commit
38b74a2e47
1 changed files with 1 additions and 2 deletions
|
|
@ -6729,8 +6729,7 @@ opendir (const char *dirname)
|
|||
int
|
||||
closedir (DIR *dp)
|
||||
{
|
||||
free (dp);
|
||||
|
||||
xfree (dp);
|
||||
return 0;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue