You are viewing a plain text version of this content. The canonical link for it is here.
Posted to axis-cvs@ws.apache.org by sh...@apache.org on 2008/04/22 16:27:06 UTC

svn commit: r650529 - /webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Author: shankar
Date: Tue Apr 22 07:26:41 2008
New Revision: 650529

URL: http://svn.apache.org/viewvc?rev=650529&view=rev
Log:
fixing memory leak

Modified:
    webservices/axis2/trunk/c/src/core/clientapi/op_client.c

Modified: webservices/axis2/trunk/c/src/core/clientapi/op_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/op_client.c?rev=650529&r1=650528&r2=650529&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/op_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/op_client.c Tue Apr 22 07:26:41 2008
@@ -1274,9 +1274,11 @@
         }
     }
 
+    /*following is no longer valid. Just keeping for others view*/
+
     /* property is NULL, and we set null for AXIS2_TRANSPORT_IN in msg_ctx to
        avoid double free of this property */
-    axis2_msg_ctx_set_property(msg_ctx, env, AXIS2_TRANSPORT_IN, property);
+    /*axis2_msg_ctx_set_property(msg_ctx, env, AXIS2_TRANSPORT_IN, property);*/
 
     if (engine)
     {



---------------------------------------------------------------------
To unsubscribe, e-mail: axis-cvs-unsubscribe@ws.apache.org
For additional commands, e-mail: axis-cvs-help@ws.apache.org