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 ka...@apache.org on 2006/09/20 23:22:08 UTC

svn commit: r448347 - /webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c

Author: kaushalye
Date: Wed Sep 20 14:22:07 2006
New Revision: 448347

URL: http://svn.apache.org/viewvc?view=rev&rev=448347
Log:
The last commit makes the client to segfault. Revoking the commit.


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

Modified: webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c?view=diff&rev=448347&r1=448346&r2=448347
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c Wed Sep 20 14:22:07 2006
@@ -1345,12 +1345,6 @@
         svc_client_impl->op_client = NULL;
     }
 
-    if (svc_client_impl->svc)
-    {
-        AXIS2_SVC_FREE(svc_client_impl->svc, env);
-        svc_client_impl->svc = NULL;
-    }
-
     if (svc_client_impl->svc_client.ops)
     {
         AXIS2_FREE(env->allocator, svc_client_impl->svc_client.ops);



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