Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
emacs
emacs
Commits
c0efcacf
Commit
c0efcacf
authored
Nov 05, 1996
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(Fencode_time): Use xfree, not free.
parent
99351a0d
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
src/editfns.c
src/editfns.c
+1
-1
No files found.
src/editfns.c
View file @
c0efcacf
...
...
@@ -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
);
x
free
(
newenv
);
#ifdef LOCALTIME_CACHE
tzset
();
#endif
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment