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 la...@apache.org on 2008/04/08 12:49:48 UTC

svn commit: r645845 - in /webservices/axis2/trunk/c/xdocs/docs/hello/client: hello.c hello.c.html

Author: lahiru
Date: Tue Apr  8 03:49:47 2008
New Revision: 645845

URL: http://svn.apache.org/viewvc?rev=645845&view=rev
Log:
fixed the jira 1089

Modified:
    webservices/axis2/trunk/c/xdocs/docs/hello/client/hello.c
    webservices/axis2/trunk/c/xdocs/docs/hello/client/hello.c.html

Modified: webservices/axis2/trunk/c/xdocs/docs/hello/client/hello.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/hello/client/hello.c?rev=645845&r1=645844&r2=645845&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/hello/client/hello.c (original)
+++ webservices/axis2/trunk/c/xdocs/docs/hello/client/hello.c Tue Apr  8 03:49:47 2008
@@ -98,12 +98,6 @@
         printf("hello client invoke FAILED!\n");
     }
 
-    if (payload)
-    {
-        axiom_node_free_tree(payload, env);
-        payload = NULL;
-    }
-
     if (svc_client)
     {
         axis2_svc_client_free(svc_client, env);

Modified: webservices/axis2/trunk/c/xdocs/docs/hello/client/hello.c.html
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/xdocs/docs/hello/client/hello.c.html?rev=645845&r1=645844&r2=645845&view=diff
==============================================================================
--- webservices/axis2/trunk/c/xdocs/docs/hello/client/hello.c.html (original)
+++ webservices/axis2/trunk/c/xdocs/docs/hello/client/hello.c.html Tue Apr  8 03:49:47 2008
@@ -93,12 +93,6 @@
         <font color="#000000">printf</font>(<font color="#FF0000">"hello client invoke FAILED!\n"</font>);<br></br>
     }<br></br>
 <br></br>
-    <font color="#000000"><b>if</b></font> (<font color="#000000">payload</font>)<br></br>
-    {<br></br>
-        <font color="#000000">axiom_node_free_tree</font>(<font color="#000000">payload</font>, <font color="#000000">env</font>);<br></br>
-        <font color="#000000">payload</font> = <font color="#000000">NULL</font>;<br></br>
-    }<br></br>
-<br></br>
     <font color="#000000"><b>if</b></font> (<font color="#000000">svc_client</font>)<br></br>
     {<br></br>
         <font color="#000000">axis2_svc_client_free</font>(<font color="#000000">svc_client</font>, <font color="#000000">env</font>);<br></br>



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