mirror of
git://git.sv.gnu.org/emacs.git
synced 2026-01-16 08:10:43 -08:00
(Fencode_time): Use xfree, not free.
This commit is contained in:
parent
99351a0dda
commit
c0efcacfa6
1 changed files with 1 additions and 1 deletions
|
|
@ -795,7 +795,7 @@ If you want them to stand for years in this century, you must do that yourself."
|
|||
/* Restore TZ to previous value. */
|
||||
newenv = environ;
|
||||
environ = oldenv;
|
||||
free (newenv);
|
||||
xfree (newenv);
|
||||
#ifdef LOCALTIME_CACHE
|
||||
tzset ();
|
||||
#endif
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue