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