From 250a72a239966cb83ed2653188c0ac020bbab643 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Tue, 5 Nov 1996 19:49:19 +0000 Subject: (Fencode_time): Use xfree, not free. --- src/editfns.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/editfns.c') diff --git a/src/editfns.c b/src/editfns.c index bff9fa8c35c..c2c0df9241b 100644 --- a/src/editfns.c +++ b/src/editfns.c @@ -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 -- cgit v1.2.1