changeset 20 | b67dd1fc57c5 |
parent 14 | 80975da52420 |
child 53 | eabc8c503852 |
--- a/mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp Fri Apr 30 19:18:45 2010 -0500 +++ b/mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp Fri May 14 18:19:45 2010 -0500 @@ -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();