diff -r c386f4a34d04 -r 754f6eddbdc9 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(); }