diff -r 6f9f6e99a23e -r e257e2b6459d mpx/collectionframework/collectionserver/src/mpxcollectionserver.cpp --- 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); }