emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/src/alloc.c,v


From: Andreas Schwab
Subject: [Emacs-diffs] Changes to emacs/src/alloc.c,v
Date: Sun, 16 Sep 2007 09:25:37 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Andreas Schwab <schwab> 07/09/16 09:25:37

Index: alloc.c
===================================================================
RCS file: /sources/emacs/emacs/src/alloc.c,v
retrieving revision 1.415
retrieving revision 1.416
diff -u -b -r1.415 -r1.416
--- alloc.c     29 Aug 2007 05:27:51 -0000      1.415
+++ alloc.c     16 Sep 2007 09:25:37 -0000      1.416
@@ -1343,9 +1343,9 @@
 void
 reset_malloc_hooks ()
 {
-  __free_hook = 0;
-  __malloc_hook = 0;
-  __realloc_hook = 0;
+  __free_hook = old_free_hook;
+  __malloc_hook = old_malloc_hook;
+  __realloc_hook = old_realloc_hook;
 }
 #endif /* HAVE_GTK_AND_PTHREAD */
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]