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 sa...@apache.org on 2006/03/24 10:18:16 UTC

svn commit: r388472 - /webservices/axis2/trunk/c/modules/core/deployment/conf_init.c

Author: samisa
Date: Fri Mar 24 01:18:14 2006
New Revision: 388472

URL: http://svn.apache.org/viewcvs?rev=388472&view=rev
Log:
More memory leaks

Modified:
    webservices/axis2/trunk/c/modules/core/deployment/conf_init.c

Modified: webservices/axis2/trunk/c/modules/core/deployment/conf_init.c
URL: http://svn.apache.org/viewcvs/webservices/axis2/trunk/c/modules/core/deployment/conf_init.c?rev=388472&r1=388471&r2=388472&view=diff
==============================================================================
--- webservices/axis2/trunk/c/modules/core/deployment/conf_init.c (original)
+++ webservices/axis2/trunk/c/modules/core/deployment/conf_init.c Fri Mar 24 01:18:14 2006
@@ -59,6 +59,8 @@
     
     axis2_init_modules(env, conf_ctx);
     axis2_init_transports(env, conf_ctx);
+
+    AXIS2_PHASE_RESOLVER_FREE(phase_resolver, env);
     
     return conf_ctx;
 }