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 ka...@apache.org on 2006/09/18 07:27:43 UTC

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

Author: kaushalye
Date: Sun Sep 17 22:27:42 2006
New Revision: 447251

URL: http://svn.apache.org/viewvc?view=rev&rev=447251
Log:
Memory leak fixed. Freeing soap builder

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/viewvc/webservices/axis2/trunk/c/modules/core/transport/http/http_transport_utils.c?view=diff&rev=447251&r1=447250&r2=447251
==============================================================================
--- 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 Sun Sep 17 22:27:42 2006
@@ -1154,6 +1154,7 @@
             }
         }
 
+        AXIOM_SOAP_BUILDER_FREE(soap_builder, env);
         return soap_envelope;
     }
     else



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