SVN commit 420382 by aacid: crash-- M +3 -2 document.cpp --- branches/work/kde4/kdegraphics/kpdf/core/document.cpp #420381:420382 @@ -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();*/ }