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 2007/09/18 09:57:14 UTC

svn commit: r576761 - /webservices/axis2/trunk/c/src/core/clientapi/stub.c

Author: samisa
Date: Tue Sep 18 00:57:13 2007
New Revision: 576761

URL: http://svn.apache.org/viewvc?rev=576761&view=rev
Log:
Fixed the bug

Modified:
    webservices/axis2/trunk/c/src/core/clientapi/stub.c

Modified: webservices/axis2/trunk/c/src/core/clientapi/stub.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/clientapi/stub.c?rev=576761&r1=576760&r2=576761&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/clientapi/stub.c (original)
+++ webservices/axis2/trunk/c/src/core/clientapi/stub.c Tue Sep 18 00:57:13 2007
@@ -107,7 +107,6 @@
 
     if (!stub)
     {
-        axis2_stub_free(stub, env);
         AXIS2_ERROR_SET(env->error, AXIS2_ERROR_NO_MEMORY, AXIS2_FAILURE);
         return NULL;
     }



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