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
0f5c40c7
Commit
0f5c40c7
authored
Jan 02, 1999
by
Richard M. Stallman
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
(main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit.
parent
38f02ede
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
0 additions
and
2 deletions
+0
-2
src/emacs.c
src/emacs.c
+0
-2
No files found.
src/emacs.c
View file @
0f5c40c7
...
...
@@ -566,10 +566,8 @@ main (argc, argv, envp)
#ifdef DOUG_LEA_MALLOC
if
(
initialized
)
{
extern
void
r_alloc_reinit
();
malloc_set_state
(
malloc_state_ptr
);
free
(
malloc_state_ptr
);
r_alloc_reinit
();
}
#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