uigraphics/AknIcon/SvgtFbsRasterizer/src/SvgtRasterizerOOMPropertyMonitor.cpp
changeset 119 754f6eddbdc9
parent 81 92450c1e1512
--- a/uigraphics/AknIcon/SvgtFbsRasterizer/src/SvgtRasterizerOOMPropertyMonitor.cpp	Wed Sep 29 10:38:53 2010 +0800
+++ b/uigraphics/AknIcon/SvgtFbsRasterizer/src/SvgtRasterizerOOMPropertyMonitor.cpp	Fri Oct 01 17:44:24 2010 +0800
@@ -43,10 +43,8 @@
 
 CSvgtRasterizerOOMPropertyMonitor::~CSvgtRasterizerOOMPropertyMonitor()
     {
-    if (CActiveScheduler::Current())
-        {    
-        Cancel();
-        }
+    //if (CActiveScheduler::Current())//In a scenario where mpxserver deletes Active scheduler and Disconnects RFbsSession,this code was causing User::Panic    
+    Cancel();
     iOomWatcher.Close();
     }