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 ma...@apache.org on 2008/07/17 13:03:23 UTC

svn commit: r677556 - /webservices/axis2/branches/c/post_1_4_mtom/c/src/core/transport/http/util/http_transport_utils.c

Author: manjula
Date: Thu Jul 17 04:03:22 2008
New Revision: 677556

URL: http://svn.apache.org/viewvc?rev=677556&view=rev
Log:
Committing the latest changes.

Modified:
    webservices/axis2/branches/c/post_1_4_mtom/c/src/core/transport/http/util/http_transport_utils.c

Modified: webservices/axis2/branches/c/post_1_4_mtom/c/src/core/transport/http/util/http_transport_utils.c
URL: http://svn.apache.org/viewvc/webservices/axis2/branches/c/post_1_4_mtom/c/src/core/transport/http/util/http_transport_utils.c?rev=677556&r1=677555&r2=677556&view=diff
==============================================================================
--- webservices/axis2/branches/c/post_1_4_mtom/c/src/core/transport/http/util/http_transport_utils.c (original)
+++ webservices/axis2/branches/c/post_1_4_mtom/c/src/core/transport/http/util/http_transport_utils.c Thu Jul 17 04:03:22 2008
@@ -502,8 +502,10 @@
             }
             axiom_mime_parser_free(mime_parser, env);
             mime_parser = NULL;
+
+            AXIS2_FREE(env->allocator, mime_boundary);
         }
-        AXIS2_FREE(env->allocator, mime_boundary);
+        /*AXIS2_FREE(env->allocator, mime_boundary);*/
     }
 
     if(soap_action_header)