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