|
From: <sv...@va...> - 2007-10-04 06:18:23
|
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()
}
|