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/14 13:01:54 UTC

svn commit: r443314 - /webservices/axis2/trunk/c/modules/core/description/svc.c

Author: nandika
Date: Thu Sep 14 04:01:53 2006
New Revision: 443314

URL: http://svn.apache.org/viewvc?view=rev&rev=443314
Log:
error corrected 

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

Modified: webservices/axis2/trunk/c/modules/core/description/svc.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/modules/core/description/svc.c?view=diff&rev=443314&r1=443313&r2=443314
==============================================================================
--- webservices/axis2/trunk/c/modules/core/description/svc.c (original)
+++ webservices/axis2/trunk/c/modules/core/description/svc.c Thu Sep 14 04:01:53 2006
@@ -927,7 +927,7 @@
 
             if (val)
             {
-                axis2_op_free(val, env);
+                AXIS2_OP_FREE((axis2_op_t *)val, env);
                 val = NULL;
             }
         }



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