uiacceltk/hitchcock/goommonitor/src/goomrunplugin.cpp
changeset 48 7ced047fb7ae
parent 19 f5bac0badc7e
--- 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;