changeset 22 | 128eb6a32b84 |
parent 14 | 80975da52420 |
child 33 | 5e8b14bae8c3 |
--- a/mmserv/tms/tmsimpl/src/tmsg711impl.cpp Fri May 14 16:22:35 2010 +0300 +++ b/mmserv/tms/tmsimpl/src/tmsg711impl.cpp Thu May 27 13:20:50 2010 +0300 @@ -52,7 +52,7 @@ gint TMSG711FormatImpl::Create(TMSFormat*& tmsformat) { gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); - TMSG711FormatImpl *self = new TMSG711FormatImpl; + TMSG711FormatImpl *self = new TMSG711FormatImpl(); TRACE_PRN_FN_ENT; if (self)