Navigation Menu

Skip to content

Commit

Permalink
(Fencode_time): Use xfree, not free.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard M. Stallman committed Nov 5, 1996
1 parent dde0fd5 commit 250a72a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/editfns.c
Expand Up @@ -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
Expand Down

0 comments on commit 250a72a

Please sign in to comment.