uiacceltk/hitchcock/goommonitor/src/goommemorymonitor.cpp
changeset 25 f7f1ae431f74
parent 19 f5bac0badc7e
child 29 ac3859d43844
--- a/uiacceltk/hitchcock/goommonitor/src/goommemorymonitor.cpp	Fri May 14 16:46:13 2010 +0300
+++ b/uiacceltk/hitchcock/goommonitor/src/goommemorymonitor.cpp	Thu May 27 13:47:19 2010 +0300
@@ -313,7 +313,7 @@
     {
     FUNC_LOG;
     // Build the list of memory freeing actions (by killing apps)
-    iGOomActionList->BuildKillAppActionListL(*iGOomWindowGroupList, *iConfig);
+    TRAP_IGNORE(iGOomActionList->BuildKillAppActionListL(*iGOomWindowGroupList, *iConfig));
     iGOomActionList->FreeMemory(aMaxPriority);
     }