diff -r e42293e811d8 -r 6c1dfe4da5dd mpx/commonframework/common/src/mpxheapmanager.cpp --- a/mpx/commonframework/common/src/mpxheapmanager.cpp Thu Aug 19 10:24:28 2010 +0300 +++ b/mpx/commonframework/common/src/mpxheapmanager.cpp Tue Aug 31 15:41:40 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;