From kde-commits Tue May 31 22:29:53 2005 From: Albert Astals Cid Date: Tue, 31 May 2005 22:29:53 +0000 To: kde-commits Subject: branches/work/kde4/kdegraphics/kpdf/core Message-Id: <1117578593.040587.9189.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=111757861130705 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();*/ }