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 na...@apache.org on 2006/09/29 11:45:50 UTC

svn commit: r451203 - /webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c

Author: nandika
Date: Fri Sep 29 02:45:49 2006
New Revision: 451203

URL: http://svn.apache.org/viewvc?view=rev&rev=451203
Log:
incorrect freeing of msg_ctx removed

Modified:
    webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c

Modified: webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c?view=diff&rev=451203&r1=451202&r2=451203
==============================================================================
--- webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c (original)
+++ webservices/axis2/trunk/c/modules/core/clientapi/svc_client.c Fri Sep 29 02:45:49 2006
@@ -893,17 +893,6 @@
         AXIS2_OP_CLIENT_EXECUTE(op_client, env, AXIS2_TRUE);
         res_msg_ctx = (axis2_msg_ctx_t *)AXIS2_OP_CLIENT_GET_MSG_CTX(op_client, env, AXIS2_WSDL_MESSAGE_LABEL_IN_VALUE);
 
-        if (msg_ctx)
-        {
-            AXIS2_FREE(env->allocator, msg_ctx);
-            msg_ctx = NULL;
-        }
-
-        if (!res_msg_ctx)
-        {
-            return NULL;
-        }
-
         soap_envelope = AXIS2_MSG_CTX_GET_SOAP_ENVELOPE(res_msg_ctx, env);
     }
 



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