diff -r 6ce30188c5bf -r f7f1ae431f74 uiacceltk/hitchcock/goommonitor/src/goommemorymonitor.cpp --- 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); }