]> git.eshelyaron.com Git - emacs.git/commitdiff
(Fencode_time): Use xfree, not free.
authorRichard M. Stallman <rms@gnu.org>
Tue, 5 Nov 1996 19:49:19 +0000 (19:49 +0000)
committerRichard M. Stallman <rms@gnu.org>
Tue, 5 Nov 1996 19:49:19 +0000 (19:49 +0000)
src/editfns.c

index bff9fa8c35c267a7229b6c6ca40b6bbd85492ab3..c2c0df9241ba7991bede520e5c1dd684de008330 100644 (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