You are viewing a plain text version of this content. The canonical link for it is here.
Posted to java-dev@axis.apache.org by sa...@apache.org on 2006/03/21 12:35:57 UTC

svn commit: r387501 - /webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c

Author: samisa
Date: Tue Mar 21 03:35:52 2006
New Revision: 387501

URL: http://svn.apache.org/viewcvs?rev=387501&view=rev
Log:
Fixed the double free

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

Modified: webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c?rev=387501&r1=387500&r2=387501&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c (original)
+++ webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c Tue Mar 21 03:35:52 2006
@@ -200,7 +200,6 @@
 						axis2_http_transport_utils_on_data_request,NULL, 
 						(void *)&callback_ctx, char_set);
 
-    AXIS2_FREE((*env)->allocator, char_set); 
 	if(NULL == xml_reader)
 	{
 		return AXIS2_FAILURE;