mpx/commonframework/common/src/mpxdataarray.cpp
branchRCL_3
changeset 56 63223d4fd956
parent 55 6c1dfe4da5dd
--- a/mpx/commonframework/common/src/mpxdataarray.cpp	Tue Aug 31 15:41:40 2010 +0300
+++ b/mpx/commonframework/common/src/mpxdataarray.cpp	Wed Sep 01 12:23:05 2010 +0100
@@ -43,7 +43,7 @@
             d->Release(aClientHandle);
             }
         // Now free the actual buffer
-        RMPXHeapManager::HeapManager(aClientHandle);
+        RMPXHeapManager& m=RMPXHeapManager::HeapManager(aClientHandle);
         iUid=0;
         iBufLen=0;
         }