You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@lucy.apache.org by ma...@apache.org on 2011/06/29 05:55:10 UTC

[lucy-commits] svn commit: r1140959 - /incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe.c

Author: marvin
Date: Wed Jun 29 03:55:10 2011
New Revision: 1140959

URL: http://svn.apache.org/viewvc?rev=1140959&view=rev
Log:
LUCY-169 Change order of module cleanup.

Modified:
    incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe.c

Modified: incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe.c
URL: http://svn.apache.org/viewvc/incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe.c?rev=1140959&r1=1140958&r2=1140959&view=diff
==============================================================================
--- incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe.c (original)
+++ incubator/lucy/trunk/charmonizer/src/Charmonizer/Probe.c Wed Jun 29 03:55:10 2011
@@ -64,9 +64,9 @@ Probe_clean_up(void) {
     S_remove_charm_h();
     ConfWriter_clean_up();
     Stat_clean_up();
+    Dir_clean_up();
     CC_clean_up();
     OS_clean_up();
-    Dir_clean_up();
 
     if (Util_verbosity) { printf("Cleanup complete.\n"); }
 }