diff -r 43d09473c595 -r 128eb6a32b84 mmserv/tms/tmsimpl/src/tmsglobalgaineffectbodyimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsglobalgaineffectbodyimpl.cpp Fri May 14 16:22:35 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmsglobalgaineffectbodyimpl.cpp Thu May 27 13:20:50 2010 +0300 @@ -46,7 +46,7 @@ gint TMSGlobalGainEffectBodyImpl::Create(TMSGlobalGainEffectBody*& bodyimpl) { gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); - TMSGlobalGainEffectBodyImpl* self = new TMSGlobalGainEffectBodyImpl; + TMSGlobalGainEffectBodyImpl* self = new TMSGlobalGainEffectBodyImpl(); if (self) { ret = self->PostConstruct(); @@ -64,7 +64,7 @@ { gint ret(TMS_RESULT_SUCCESS); iClientId = 1; - iProxy = new TMSProxy; + iProxy = new TMSProxy(); if (!iProxy) { ret = TMS_RESULT_INSUFFICIENT_MEMORY;