Author: njn
Date: 2007-10-04 07:18:25 +0100 (Thu, 04 Oct 2007)
New Revision: 6943

Log:
this should have gone in the last commit

Modified:
   branches/MASSIF2/massif/ms_main.c


Modified: branches/MASSIF2/massif/ms_main.c
===================================================================
--- branches/MASSIF2/massif/ms_main.c   2007-10-04 06:13:37 UTC (rev 6942)
+++ branches/MASSIF2/massif/ms_main.c   2007-10-04 06:18:25 UTC (rev 6943)
@@ -1351,6 +1351,7 @@
    // Remove the old block
    hc = VG_(HT_remove)(malloc_list, (UWord)p_old);
    if (hc == NULL) {
+      VERB(2, ">>> (bogus)");
       return NULL;   // must have been a bogus realloc()
    }
 


-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >> http://get.splunk.com/
_______________________________________________
Valgrind-developers mailing list
Valgrind-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/valgrind-developers

Reply via email to