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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to