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 2007/05/28 12:19:38 UTC

svn commit: r542188 - /webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c

Author: samisa
Date: Mon May 28 03:19:37 2007
New Revision: 542188

URL: http://svn.apache.org/viewvc?view=rev&rev=542188
Log:
Fixed the bresk due to invalid free

Modified:
    webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c

Modified: webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c?view=diff&rev=542188&r1=542187&r2=542188
==============================================================================
--- webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c (original)
+++ webservices/axis2/trunk/c/src/core/transport/http/sender/http_sender.c Mon May 28 03:19:37 2007
@@ -446,9 +446,9 @@
 					AXIS2_FREE(env->allocator, content_type);
 					content_type = temp_content_type;
 				}
-				/*temp_content_type = axutil_stracat(env, content_type, ";");*/
+				/*temp_content_type = axutil_stracat(env, content_type, ";");
 				AXIS2_FREE(env->allocator, content_type);
-				content_type = temp_content_type;
+				content_type = temp_content_type;*/
 			}
 		}
 		else



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