1
Fork 0
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:
Richard M. Stallman 1996-11-05 19:49:19 +00:00
parent 99351a0dda
commit c0efcacfa6

View file

@ -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