vtengines/videoteleng/Src/Base/cvtengmediatorservice.cpp
branchRCL_3
changeset 49 8e703580edd3
parent 40 7fb4a99d4b6b
--- a/vtengines/videoteleng/Src/Base/cvtengmediatorservice.cpp	Wed Sep 15 12:15:42 2010 +0300
+++ b/vtengines/videoteleng/Src/Base/cvtengmediatorservice.cpp	Wed Oct 13 14:34:55 2010 +0300
@@ -251,9 +251,7 @@
         aCommand,
         iUtils.StateManager()->Handlers(),
         *this );        
-    CleanupStack::PushL( iOperation );//add for memory leak
-    iOperation->ExecuteL();//it could be leave
-    CleanupStack::Pop(); // iOperation 
+    iOperation->ExecuteL();
     iServiceStatus = KRequestPending;
     __VTPRINTEXIT( "CVtEngMediatorService.StartOperationL" )
     }