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 sh...@apache.org on 2008/10/31 06:00:45 UTC

svn commit: r709348 - /webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c

Author: shankar
Date: Thu Oct 30 22:00:45 2008
New Revision: 709348

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

Modified:
    webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c

Modified: webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c?rev=709348&r1=709347&r2=709348&view=diff
==============================================================================
--- webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c (original)
+++ webservices/axis2/trunk/c/axiom/src/parser/guththila/guththila_xml_reader_wrapper.c Thu Oct 30 22:00:45 2008
@@ -578,8 +578,8 @@
     const axutil_env_t * env,
     void *data)
 {
-    /*if (data)
-       AXIS2_FREE(env->allocator, data); */
+    if (data)
+       AXIS2_FREE(env->allocator, data);
 }
 
 axis2_char_t *AXIS2_CALL