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 da...@apache.org on 2009/03/11 07:31:49 UTC

svn commit: r752388 - /webservices/axis2/trunk/c/src/core/clientapi/svc_client.c

Author: damitha
Date: Wed Mar 11 06:31:49 2009
New Revision: 752388

URL: http://svn.apache.org/viewvc?rev=752388&view=rev
Log: (empty)

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

Modified: webservices/axis2/trunk/c/src/core/clientapi/svc_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/svc_client.c?rev=752388&r1=752387&r2=752388&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/svc_client.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/svc_client.c Wed Mar 11 06:31:49 2009
@@ -1228,6 +1228,7 @@
     if (svc_client->op_client)
     {
         axis2_op_client_free(svc_client->op_client, env);
+        svc_client->op_client = NULL;
     }
 
     if (svc_client->options)