diff -r 3570217d8c21 -r 2eb3b066cc7d mmserv/tms/tmsimpl/src/tmsgaineffectbodyimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsgaineffectbodyimpl.cpp Tue May 11 16:42:02 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmsgaineffectbodyimpl.cpp Tue May 25 13:16:00 2010 +0300 @@ -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();