diff -r 4a629bc82c5e -r b67dd1fc57c5 mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp Fri Apr 30 19:18:45 2010 -0500 +++ b/mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp Fri May 14 18:19:45 2010 -0500 @@ -45,7 +45,7 @@ gint TMSIPCallBodyImpl::Create(TMSCallBody*& bodyimpl) { gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); - TMSIPCallBodyImpl* self = new TMSIPCallBodyImpl; + TMSIPCallBodyImpl* self = new TMSIPCallBodyImpl(); TRACE_PRN_FN_ENT; if (self) @@ -194,7 +194,7 @@ if (itStrm) { iStreamsVector.erase(itStrm); // Remove from array - // Don't delete itStrm as the iterator advanced to the next + // Don't delete itStrm as the iterator advanced to the next // item on the list ret = TMSStreamImpl::Delete(strm); }