[rhmessaging-commits] rhmessaging commits: r1850 - store/trunk/cpp/lib/jrnl.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Apr 7 14:05:14 EDT 2008


Author: nunofsantos
Date: 2008-04-07 14:05:14 -0400 (Mon, 07 Apr 2008)
New Revision: 1850

Modified:
   store/trunk/cpp/lib/jrnl/rmgr.cpp
   store/trunk/cpp/lib/jrnl/wmgr.cpp
Log:
Isolated cause of valgrind problem on RHEL5

Modified: store/trunk/cpp/lib/jrnl/rmgr.cpp
===================================================================
--- store/trunk/cpp/lib/jrnl/rmgr.cpp	2008-04-07 17:30:14 UTC (rev 1849)
+++ store/trunk/cpp/lib/jrnl/rmgr.cpp	2008-04-07 18:05:14 UTC (rev 1850)
@@ -88,7 +88,7 @@
 void
 rmgr::clean()
 {
-    pmgr::clean();
+    // pmgr::clean();
 
     ::free(_fhdr_buffer);
     _fhdr_buffer = 0;

Modified: store/trunk/cpp/lib/jrnl/wmgr.cpp
===================================================================
--- store/trunk/cpp/lib/jrnl/wmgr.cpp	2008-04-07 17:30:14 UTC (rev 1849)
+++ store/trunk/cpp/lib/jrnl/wmgr.cpp	2008-04-07 18:05:14 UTC (rev 1850)
@@ -1069,7 +1069,7 @@
 void
 wmgr::clean()
 {
-    pmgr::clean();
+    // pmgr::clean();
     // clean up allocated memory here
     ::free(_fhdr_base_ptr);
     _fhdr_base_ptr = 0;




More information about the rhmessaging-commits mailing list