201039
authorhgs
Fri, 01 Oct 2010 17:44:24 +0800
changeset 119 754f6eddbdc9
parent 118 c386f4a34d04
child 124 a09c56e249b5
201039
uigraphics/AknIcon/SvgtFbsRasterizer/src/SvgtRasterizerOOMPropertyMonitor.cpp
--- 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();
     }