# HG changeset patch # User Richard M. Stallman # Date 915313985 0 # Node ID fe8617dd8a50e328779407b41ed4cdb69a4cd6bd # Parent 5975ffe0b25076c19e4cd9b5c28fe1b2547c77d8 (main) [DOUG_LEA_MALLOC]: Don't call r_alloc_reinit. diff -r 5975ffe0b250 -r fe8617dd8a50 src/emacs.c --- a/src/emacs.c Sat Jan 02 20:00:29 1999 +0000 +++ b/src/emacs.c Sat Jan 02 21:53:05 1999 +0000 @@ -566,10 +566,8 @@ #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