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 ma...@apache.org on 2007/09/17 08:47:56 UTC

svn commit: r576274 - /webservices/axis2/trunk/c/src/core/deployment/phases_info.c

Author: manjula
Date: Sun Sep 16 23:47:55 2007
New Revision: 576274

URL: http://svn.apache.org/viewvc?rev=576274&view=rev
Log:
Calling increment ref from phase_infro when flows are copying.

Modified:
    webservices/axis2/trunk/c/src/core/deployment/phases_info.c

Modified: webservices/axis2/trunk/c/src/core/deployment/phases_info.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/deployment/phases_info.c?rev=576274&r1=576273&r2=576274&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/deployment/phases_info.c (original)
+++ webservices/axis2/trunk/c/src/core/deployment/phases_info.c Sun Sep 16 23:47:55 2007
@@ -598,6 +598,7 @@
     {
         void *item = axutil_array_list_get((axutil_array_list_t *) flow_to_copy,
             env, i);
+        axis2_phase_increment_ref((axis2_phase_t *)item, env);
         axutil_array_list_add(new_flow, env, item);
     }
     return new_flow;



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