diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/editfns.c | 2 |
1 files changed, 1 insertions, 1 deletions
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." | |||
| 795 | /* Restore TZ to previous value. */ | 795 | /* Restore TZ to previous value. */ |
| 796 | newenv = environ; | 796 | newenv = environ; |
| 797 | environ = oldenv; | 797 | environ = oldenv; |
| 798 | free (newenv); | 798 | xfree (newenv); |
| 799 | #ifdef LOCALTIME_CACHE | 799 | #ifdef LOCALTIME_CACHE |
| 800 | tzset (); | 800 | tzset (); |
| 801 | #endif | 801 | #endif |