mpx/collectionframework/collectionengine/src/mpxcollectionengine.cpp
changeset 20 b1fb57be53fe
parent 4 d45095c2f4f3
child 25 d881023c13eb
--- 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();