Hi:
I just finded memory leak in Axis2 1.4 GUTHTHILA:
1. guththila_xml_read_wrapper.c: guththila_xml_reader_wrapper_xml_free(), line 581, call to AXIS2_FREE() for string buffer was commented, cause tens K memory leak for each request. Why this one is commented?

2. guththila_xml_writer.c: guththila_write_empty_element_with_prefix_and_namespace(), line 1694. When nmsp_found is FALSE, namesp pointer will be pushed into stack, however when it's FALSE, namesp pointer will not be used and not be freed.

Am I correct?

Thanks.
Steven Zhang

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to