diff -r 4a629bc82c5e -r b67dd1fc57c5 mmserv/tms/tmsimpl/src/tmsgaineffectimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmsgaineffectimpl.cpp Fri Apr 30 19:18:45 2010 -0500 +++ b/mmserv/tms/tmsimpl/src/tmsgaineffectimpl.cpp Fri May 14 18:19:45 2010 -0500 @@ -51,7 +51,7 @@ gint TMSGainEffectImpl::Create(TMSEffect*& tmseffect) { gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); - TMSGainEffectImpl *self = new TMSGainEffectImpl; + TMSGainEffectImpl *self = new TMSGainEffectImpl(); TRACE_PRN_FN_ENT; if (self)