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 pi...@apache.org on 2007/12/20 05:42:19 UTC

svn commit: r605806 - /webservices/axis2/trunk/c/src/core/engine/conf.c

Author: pini
Date: Wed Dec 19 20:42:15 2007
New Revision: 605806

URL: http://svn.apache.org/viewvc?rev=605806&view=rev
Log:
Fixing jira issue 850

Modified:
    webservices/axis2/trunk/c/src/core/engine/conf.c

Modified: webservices/axis2/trunk/c/src/core/engine/conf.c
URL: http://svn.apache.org/viewvc/webservices/axis2/trunk/c/src/core/engine/conf.c?rev=605806&r1=605805&r2=605806&view=diff
==============================================================================
--- webservices/axis2/trunk/c/src/core/engine/conf.c (original)
+++ webservices/axis2/trunk/c/src/core/engine/conf.c Wed Dec 19 20:42:15 2007
@@ -1455,7 +1455,6 @@
         file_data = axis2_arch_file_data_create_with_type_and_file(env,
                                                                    AXIS2_MODULE,
                                                                    file);
-        axutil_file_free (file, env);
 		if (!flag)
         {
         	dep_engine = 
@@ -1488,6 +1487,7 @@
 
         module_desc =
             axis2_dep_engine_build_module(dep_engine, env, file, conf);
+        axutil_file_free (file, env);
         is_new_module = AXIS2_TRUE;
     }
 	



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