diff -r 3570217d8c21 -r 2eb3b066cc7d mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp Tue May 11 16:42:02 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp Tue May 25 13:16:00 2010 +0300 @@ -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); }