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 na...@apache.org on 2006/03/03 10:58:54 UTC

svn commit: r382744 - /webservices/axis2/trunk/c/modules/xml/soap/soap_header.c

Author: nandika
Date: Fri Mar  3 01:58:52 2006
New Revision: 382744

URL: http://svn.apache.org/viewcvs?rev=382744&view=rev
Log:
memory leak fixed

Modified:
    webservices/axis2/trunk/c/modules/xml/soap/soap_header.c

Modified: webservices/axis2/trunk/c/modules/xml/soap/soap_header.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/xml/soap/soap_header.c?rev=382744&r1=382743&r2=382744&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/xml/soap/soap_header.c (original)
+++ webservices/axis2/trunk/c/modules/xml/soap/soap_header.c Fri Mar  3 01:58:52 2006
@@ -268,7 +268,6 @@
     header_block_node = AXIS2_SOAP_HEADER_BLOCK_GET_BASE_NODE(
                             header_block, env);
     AXIS2_OM_NODE_SET_BUILD_STATUS(header_block_node, env, AXIS2_TRUE);
-    key = (axis2_char_t*)AXIS2_MALLOC((*env)->allocator, sizeof(axis2_char_t)*10);
     return header_block;
 } 
 axis2_hash_t* AXIS2_CALL