diff -r d45095c2f4f3 -r b1fb57be53fe mpx/collectionframework/collectionengine/src/mpxcollectionengine.cpp --- a/mpx/collectionframework/collectionengine/src/mpxcollectionengine.cpp Tue Feb 02 00:27:58 2010 +0200 +++ b/mpx/collectionframework/collectionengine/src/mpxcollectionengine.cpp Fri Mar 19 09:38:24 2010 +0200 @@ -102,7 +102,6 @@ // void CMPXCollectionEngine::ConstructL() { - iMediaForHeapKeepAlive = CMPXMedia::NewL(); // To avoid continuous heap iPluginHandler=CMPXCollectionPluginHandler::NewL(*this, *this); iCache = CMPXCollectionCache::NewL(KMPXMaxCacheSizeRatio); } @@ -113,7 +112,6 @@ // EXPORT_C CMPXCollectionEngine::~CMPXCollectionEngine() { - delete iMediaForHeapKeepAlive; iCleanupStack.Close(); iContexts.ResetAndDestroy();