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 sa...@apache.org on 2006/03/15 08:24:37 UTC

svn commit: r385988 - /webservices/axis2/trunk/c/modules/core/transport/http/sender/soap_over_http_sender.c

Author: samisa
Date: Tue Mar 14 23:24:34 2006
New Revision: 385988

URL: http://svn.apache.org/viewcvs?rev=385988&view=rev
Log:
The free cause a seg here

Modified:
    webservices/axis2/trunk/c/modules/core/transport/http/sender/soap_over_http_sender.c

Modified: webservices/axis2/trunk/c/modules/core/transport/http/sender/soap_over_http_sender.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/http/sender/soap_over_http_sender.c?rev=385988&r1=385987&r2=385988&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/sender/soap_over_http_sender.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/sender/soap_over_http_sender.c Tue Mar 14 23:24:34 2006
@@ -161,11 +161,11 @@
         sender_impl->om_output = NULL;
     }*/
 
-    if (sender_impl->client)
+    /*if (sender_impl->client)
     {
         AXIS2_HTTP_CLIENT_FREE(sender_impl->client, env);
         sender_impl->client = NULL;
-    }
+    }*/
     
     if(NULL != sender->ops)
         AXIS2_FREE((*env)->allocator, sender->ops);