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 na...@apache.org on 2007/02/05 06:47:33 UTC

svn commit: r503558 - /webservices/axis2/trunk/c/modules/core/context/msg_ctx.c

Author: nandika
Date: Sun Feb  4 21:47:32 2007
New Revision: 503558

URL: http://svn.apache.org/viewvc?view=rev&rev=503558
Log:
axis2_stream_free changed to AXIS2_STREAM_FREE

Modified:
    webservices/axis2/trunk/c/modules/core/context/msg_ctx.c

Modified: webservices/axis2/trunk/c/modules/core/context/msg_ctx.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/context/msg_ctx.c?view=diff&rev=503558&r1=503557&r2=503558
==============================================================================
--- webservices/axis2/trunk/c/modules/core/context/msg_ctx.c (original)
+++ webservices/axis2/trunk/c/modules/core/context/msg_ctx.c Sun Feb  4 21:47:32 2007
@@ -349,7 +349,7 @@
     
     if (msg_ctx->transport_out_stream)
     {
-       axis2_stream_free(msg_ctx->transport_out_stream, env); 
+       AXIS2_STREAM_FREE(msg_ctx->transport_out_stream, env); 
     }
         
     AXIS2_FREE(env->allocator, msg_ctx);
@@ -1977,7 +1977,7 @@
     {
         if (msg_ctx->transport_out_stream)
         {
-           axis2_stream_free(msg_ctx->transport_out_stream, env); 
+           AXIS2_STREAM_FREE(msg_ctx->transport_out_stream, env); 
         }
         
         msg_ctx->transport_out_stream = stream;



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