From 0f5c40c7b04348aa5c95a2716b0c90f8c74d8814 Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Sat, 2 Jan 1999 21:53:05 +0000 Subject: [PATCH] (main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit. --- src/emacs.c | 2 -- 1 file changed, 2 deletions(-) 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 -- 2.39.2