mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp
branchRCL_3
changeset 34 e257e2b6459d
parent 0 a2952bb97e68
child 38 959ca709b049
--- a/mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp	Tue May 25 13:14:13 2010 +0300
+++ b/mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp	Wed Jun 09 10:13:45 2010 +0300
@@ -72,8 +72,8 @@
     CleanupStack::PushL(server);    
     RProcess::Rendezvous(KErrNone);
     CActiveScheduler::Start();
+    CleanupStack::PopAndDestroy(server);
     CActiveScheduler::Install(NULL);
-    CleanupStack::PopAndDestroy(server);
     CleanupStack::PopAndDestroy(scheduler);
     }