diff -r 95d73125a086 -r 7ced047fb7ae uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp --- a/uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp Tue Jul 06 15:18:10 2010 +0300 +++ b/uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp Wed Aug 18 10:42:48 2010 +0300 @@ -53,10 +53,13 @@ TInt flags = KGOomUseSwRendering; iPlugin.FreeRam(aBytesRequested, flags); iFreeMemoryWithSwRenderingCalled = ETrue; + TRACES("CGOomRunPlugin::FreeMemory: UseSwRendering TRUE"); } else { iPlugin.FreeRam(aBytesRequested, 0); + iFreeMemoryWithSwRenderingCalled = EFalse; + TRACES("CGOomRunPlugin::FreeMemory: UseSwRendering FALSE"); } iFreeMemoryCalled = ETrue;