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/24 06:45:36 UTC

svn commit: r388386 - /webservices/axis2/trunk/c/modules/core/description/transport_in_desc.c

Author: samisa
Date: Thu Mar 23 21:45:35 2006
New Revision: 388386

URL: http://svn.apache.org/viewcvs?rev=388386&view=rev
Log:
Added the memory fee logic

Modified:
    webservices/axis2/trunk/c/modules/core/description/transport_in_desc.c

Modified: webservices/axis2/trunk/c/modules/core/description/transport_in_desc.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/description/transport_in_desc.c?rev=388386&r1=388385&r2=388386&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/transport_in_desc.c (original)
+++ webservices/axis2/trunk/c/modules/core/description/transport_in_desc.c Thu Mar 23 21:45:35 2006
@@ -268,11 +268,11 @@
         transport_in_impl->faultphase = NULL;
     }
     
-    /*if (transport_in_impl->recv)
+    if (transport_in_impl->recv)
     {
         AXIS2_TRANSPORT_RECEIVER_FREE(transport_in_impl->recv, env);
         transport_in_impl->recv = NULL;
-    }*/
+    }
       
     AXIS2_FREE((*env)->allocator, transport_in_impl);