diff -r 43d09473c595 -r 128eb6a32b84 mmserv/tms/tmsimpl/src/tmspcmimpl.cpp --- a/mmserv/tms/tmsimpl/src/tmspcmimpl.cpp Fri May 14 16:22:35 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmspcmimpl.cpp Thu May 27 13:20:50 2010 +0300 @@ -53,7 +53,7 @@ gint TMSPCMFormatImpl::Create(TMSFormat*& tmsformat) { gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); - TMSPCMFormatImpl *self = new TMSPCMFormatImpl; + TMSPCMFormatImpl *self = new TMSPCMFormatImpl(); TRACE_PRN_FN_ENT; if (self)