________________________________________________________________________
r420382 | aacid | 2005_06_01 00:29:47 |0200 (Wed, 01 Jun 2005) | 2 lines

crash__

________________________________________________________________________
Index: core/document.cpp
===================================================================
--- core/document.cpp	(revision 420381)
+++ core/document.cpp	(working copy)
@@ -1436,9 +1436,10 @@
 void KPDFDocument::slotTimedMemoryCheck()
 {
     // [MEM] clean memory (for 'free mem dependant' profiles only)
-    if ( Settings::memoryLevel() != Settings::EnumMemoryLevel::Low &&
+#warning commented because makes it crash
+/*    if ( Settings::memoryLevel() != Settings::EnumMemoryLevel::Low &&
          d->allocatedPixmapsTotalMemory > 1024*1024 )
-        cleanupPixmapMemory();
+        cleanupPixmapMemory();*/
 }
 
 