mmserv/tms/tmsimpl/src/tmsclientsinkbodyimpl.cpp
branchRCL_3
changeset 18 2eb3b066cc7d
parent 13 f5c5c82a163e
child 25 6f7ceef7b1d1
--- a/mmserv/tms/tmsimpl/src/tmsclientsinkbodyimpl.cpp	Tue May 11 16:42:02 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmsclientsinkbodyimpl.cpp	Tue May 25 13:16:00 2010 +0300
@@ -37,7 +37,7 @@
 gint TMSClientSinkBodyImpl::Create(TMSClientSinkBody*& bodyimpl)
     {
     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
-    TMSClientSinkBodyImpl* self = new TMSClientSinkBodyImpl;
+    TMSClientSinkBodyImpl* self = new TMSClientSinkBodyImpl();
     if (self)
         {
         ret = self->PostConstruct();