mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp
changeset 22 128eb6a32b84
parent 14 80975da52420
child 53 eabc8c503852
--- a/mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp	Fri May 14 16:22:35 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmsg729bodyimpl.cpp	Thu May 27 13:20:50 2010 +0300
@@ -38,7 +38,7 @@
 gint TMSG729FormatBodyImpl::Create(TMSG729FormatBody*& bodyimpl)
     {
     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
-    TMSG729FormatBodyImpl* self = new TMSG729FormatBodyImpl;
+    TMSG729FormatBodyImpl* self = new TMSG729FormatBodyImpl();
     if (self)
         {
         ret = self->PostConstruct();