mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp
changeset 20 b67dd1fc57c5
parent 12 5a06f39ad45b
child 33 5e8b14bae8c3
--- a/mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp	Fri Apr 30 19:18:45 2010 -0500
+++ b/mmserv/tms/tmsimpl/src/tmsipcallbodyimpl.cpp	Fri May 14 18:19:45 2010 -0500
@@ -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);
         }