diff -r 6c1dfe4da5dd -r 63223d4fd956 mpx/commonframework/common/src/mpxdataarray.cpp --- 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; }