Index: trunk/Ohana/src/opihi/lib.shell/ConfigInit.c
===================================================================
--- trunk/Ohana/src/opihi/lib.shell/ConfigInit.c	(revision 38986)
+++ trunk/Ohana/src/opihi/lib.shell/ConfigInit.c	(revision 42938)
@@ -22,7 +22,8 @@
 }
 
-// this function is only called at shutdown, so it is not thread protect
+// this function is only called at shutdown, so it is not thread safe
 void ConfigFree () {
   if (GlobalConfig) free (GlobalConfig);
+  FreeConfigFile (); // frees the config variable structures
   return;
 }
