mpx/commonframework/common/src/mpxheapmanager.cpp
changeset 50 762d760dcfdf
parent 0 a2952bb97e68
child 56 63223d4fd956
--- a/mpx/commonframework/common/src/mpxheapmanager.cpp	Fri Jul 23 17:48:16 2010 -0500
+++ b/mpx/commonframework/common/src/mpxheapmanager.cpp	Fri Aug 06 17:13:32 2010 -0500
@@ -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;