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 sa...@apache.org on 2006/03/25 04:10:07 UTC

svn commit: r388694 - /webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c

Author: samisa
Date: Fri Mar 24 19:10:05 2006
New Revision: 388694

URL: http://svn.apache.org/viewcvs?rev=388694&view=rev
Log:
Fixed the leak

Modified:
    webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c

Modified: webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c?rev=388694&r1=388693&r2=388694&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c (original)
+++ webservices/axis2/trunk/c/modules/core/receivers/raw_xml_in_out_msg_recv.c Fri Mar 24 19:10:05 2006
@@ -196,7 +196,7 @@
         {
             skel_invoked = AXIS2_TRUE;
             result_node = AXIS2_SVC_SKELETON_INVOKE(svc_obj, env, om_node);
-            /*AXIS2_SVC_SKELETON_FREE(svc_obj, env);*/
+            AXIS2_SVC_SKELETON_FREE(svc_obj, env);
         }
        
         if (result_node)