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 na...@apache.org on 2006/03/28 07:16:31 UTC

svn commit: r389395 - /webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c

Author: nandika
Date: Mon Mar 27 21:16:18 2006
New Revision: 389395

URL: http://svn.apache.org/viewcvs?rev=389395&view=rev
Log:
double free of endpoint_ref fixed

Modified:
    webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c

Modified: webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c?rev=389395&r1=389394&r2=389395&view=diff
==============================================================================
--- webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c (original)
+++ webservices/axis2/trunk/c/samples/client/addr_echo/echo_client.c Mon Mar 27 21:16:18 2006
@@ -123,7 +123,7 @@
     /* Set header parameters, required for WS-Addressing. 
      * Required only if you need to make use of WS-Addressing.
      */
-    AXIS2_MSG_INFO_HEADERS_SET_TO(msg_info_headers, &env, endpoint_ref);
+  /*  AXIS2_MSG_INFO_HEADERS_SET_TO(msg_info_headers, &env, endpoint_ref); */
     AXIS2_MSG_INFO_HEADERS_SET_ACTION(msg_info_headers, &env, wsa_action); 
     
     AXIS2_CALL_SET_TO(call, &env, endpoint_ref);