mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp
branchRCL_3
changeset 18 2eb3b066cc7d
parent 10 3d8c721bf319
child 33 5e8b14bae8c3
--- a/mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp	Tue May 11 16:42:02 2010 +0300
+++ b/mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp	Tue May 25 13:16:00 2010 +0300
@@ -45,7 +45,7 @@
 gint TMSIPCallBodyImpl::Create(TMSCallBody*& bodyimpl)
     {
     gint ret(TMS_RESULT_INSUFFICIENT_MEMORY);
-    TMSIPCallBodyImpl* self = new TMSIPCallBodyImpl;
+    TMSIPCallBodyImpl* self = new TMSIPCallBodyImpl();
 
     TRACE_PRN_FN_ENT;
     if (self)
@@ -194,7 +194,7 @@
     if (itStrm)
         {
         iStreamsVector.erase(itStrm); // Remove from array
-        // Don't delete itStrm as the iterator advanced to the next 
+        // Don't delete itStrm as the iterator advanced to the next
         // item on the list
         ret = TMSStreamImpl::Delete(strm);
         }