applicationmanagement/server/src/ApplicationManagementServer.cpp
branchRCL_3
changeset 20 f6aa907032f4
parent 2 a5fecba4b1e4
child 40 f2101057ffeb
--- a/applicationmanagement/server/src/ApplicationManagementServer.cpp	Wed Apr 14 15:46:55 2010 +0300
+++ b/applicationmanagement/server/src/ApplicationManagementServer.cpp	Tue Apr 27 16:25:00 2010 +0300
@@ -956,7 +956,7 @@
         RDEBUG_2( "CApplicationManagementServer::PrepareInstallL - ERROR leaving cannot connect installer: %d", err );
         User::LeaveIfError(err);
         }
-    CleanupClosePushL(iInstaller);
+    
 #endif
 
     RDEBUG( "CApplicationManagementServer::PrepareInstallL - connected to installer" );
@@ -1067,9 +1067,6 @@
         RDEBUG( "CApplicationManagementServer::PrepareInstallL - ERROR size of source file is 0!" );
         }
 
-#ifndef __AM_CONNECT_INSTALLER_ONSTARTUP_
-    CleanupStack::Pop( &iInstaller);
-#endif
 
     RDEBUG( "CApplicationManagementServer::PrepareInstallL end" );
     return res;