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 da...@apache.org on 2008/08/01 18:03:43 UTC

svn commit: r681734 - /webservices/axis2/trunk/c/axiom/src/soap/soap_header.c

Author: damitha
Date: Fri Aug  1 09:03:43 2008
New Revision: 681734

URL: http://svn.apache.org/viewvc?rev=681734&view=rev
Log:
Fixing memory leak

Modified:
    webservices/axis2/trunk/c/axiom/src/soap/soap_header.c

Modified: webservices/axis2/trunk/c/axiom/src/soap/soap_header.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/soap/soap_header.c?rev=681734&r1=681733&r2=681734&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/soap/soap_header.c (original)
+++ webservices/axis2/trunk/c/axiom/src/soap/soap_header.c Fri Aug  1 09:03:43 2008
@@ -577,6 +577,7 @@
                     axutil_hash_set(soap_header->header_blocks, key,
                                     AXIS2_HASH_KEY_STRING, NULL);
                     axiom_soap_header_block_free(header_block, env);
+                    axiom_node_free_tree(node, env);
                     return AXIS2_SUCCESS;
                 }
             }