mpx/commonframework/common/src/mpxheapmanager.cpp
changeset 51 e61a04404bdf
parent 0 a2952bb97e68
child 56 63223d4fd956
--- a/mpx/commonframework/common/src/mpxheapmanager.cpp	Tue Jul 06 14:48:59 2010 +0300
+++ b/mpx/commonframework/common/src/mpxheapmanager.cpp	Wed Aug 18 10:16:02 2010 +0300
@@ -80,7 +80,7 @@
     //
     // Create first free heap cell
     //
-    RMPXHeapCell* cell=new(aChunk.Base()+hmSize)RMPXHeapCell(0,iEndOffset-hmSize);
+    new(aChunk.Base()+hmSize)RMPXHeapCell(0,iEndOffset-hmSize);
     // set up free cell list header
     iFree.iNextOffset = hmSize;
     iFree.iLen = 0;