changeset 20 | b67dd1fc57c5 |
parent 14 | 80975da52420 |
--- a/mmserv/tms/tmsimpl/src/tmsilbcimpl.cpp Fri Apr 30 19:18:45 2010 -0500 +++ b/mmserv/tms/tmsimpl/src/tmsilbcimpl.cpp Fri May 14 18:19:45 2010 -0500 @@ -52,7 +52,7 @@ gint TMSILBCFormatImpl::Create(TMSFormat*& tmsformat) { gint ret(TMS_RESULT_INSUFFICIENT_MEMORY); - TMSILBCFormatImpl *self = new TMSILBCFormatImpl; + TMSILBCFormatImpl *self = new TMSILBCFormatImpl(); TRACE_PRN_FN_ENT; if (self)