diff -r 4a629bc82c5e -r b67dd1fc57c5 mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp Fri Apr 30 19:18:45 2010 -0500 +++ b/mmserv/tms/tmsimpl/src/tmsg711bodyimpl.cpp Fri May 14 18:19:45 2010 -0500 @@ -38,7 +38,7 @@ gint TMSG711FormatBodyImpl::Create(TMSG711FormatBody*& bodyimpl) { gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); - TMSG711FormatBodyImpl* self = new TMSG711FormatBodyImpl; + TMSG711FormatBodyImpl* self = new TMSG711FormatBodyImpl(); if (self) { ret = self->PostConstruct();