From: Richard M. Stallman Date: Sat, 2 Jan 1999 21:53:05 +0000 (+0000) Subject: (main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit. X-Git-Tag: emacs-20.4~970 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0f5c40c7b04348aa5c95a2716b0c90f8c74d8814;p=emacs.git (main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit. --- diff --git a/src/emacs.c b/src/emacs.c index dec656e8752..54e7de1a86a 100644 --- a/src/emacs.c +++ b/src/emacs.c @@ -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