diff -r dd05fdd05078 -r 180438f24a1e uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp --- a/uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp Tue Jul 06 14:56:00 2010 +0300 +++ b/uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp Mon Aug 02 12:09:20 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;