--- 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" )
}