webengine/osswebengine/MemoryManager/Src/fast_malloc.cpp
changeset 26 cb62a4f66ebe
parent 1 7c90e6132015
child 46 30342f40acbf
--- a/webengine/osswebengine/MemoryManager/Src/fast_malloc.cpp	Thu Dec 17 09:20:16 2009 +0200
+++ b/webengine/osswebengine/MemoryManager/Src/fast_malloc.cpp	Thu Jan 07 13:31:38 2010 +0200
@@ -448,7 +448,7 @@
 #include <e32hal.h>
 #include <hal.h>
 
-#include "MemoryManager.h"
+#include <MemoryManager.h>
 
 //#define OOM_LOGGING
 #include "MemoryLogger.h"
@@ -5381,13 +5381,13 @@
 // global data and if closing util is not the last
 // one to be deleted, it will crash.  Luckly enough
 // , it seems to be working fine and no crash so far.
+/*
 struct ChunkClosingUtil
 {
     ~ChunkClosingUtil()     { rchunk.Close(); }
 };
-
 static ChunkClosingUtil __gx_closing;
-
+*/
 /* -----------------------------------------------------------------------
 History:
     C2.8.2 Sun Jun 12 16:01:10 2005  Doug Lea  (dl at gee)