diff -r 43d09473c595 -r 128eb6a32b84 mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp Fri May 14 16:22:35 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp Thu May 27 13:20:50 2010 +0300 @@ -38,7 +38,7 @@ gint TMSG729FormatBodyImpl::Create(TMSG729FormatBody*& bodyimpl) { gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); - TMSG729FormatBodyImpl* self = new TMSG729FormatBodyImpl; + TMSG729FormatBodyImpl* self = new TMSG729FormatBodyImpl(); if (self) { ret = self->PostConstruct();