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