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 la...@apache.org on 2008/02/25 08:44:39 UTC

svn commit: r630754 - /webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl

Author: lahiru
Date: Sun Feb 24 23:44:38 2008
New Revision: 630754

URL: http://svn.apache.org/viewvc?rev=630754&view=rev
Log:
fixed a memory leak in wsdl2c tool.changed the xslt.

Modified:
    webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl

Modified: webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl?rev=630754&r1=630753&r2=630754&view=diff
==============================================================================
--- webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl (original)
+++ webservices/axis2/trunk/java/modules/adb-codegen/src/org/apache/axis2/schema/template/CADBBeanTemplateSource.xsl Sun Feb 24 23:44:38 2008
@@ -4192,7 +4192,8 @@
                 </xsl:if>
               </xsl:for-each>
             </xsl:if>
-
+            AXIS2_FREE(env->allocator,start_input_str);
+            AXIS2_FREE(env->allocator,end_input_str);
             return parent;
         }
 



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