Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Only shutdown the logs when all the XBT users are gone
[simgrid.git] / src / xbt / xbt_main.c
index fff55bc..f16ad00 100644 (file)
@@ -49,8 +49,8 @@ xbt_exit(){
     xbt_dict_exit();
     xbt_context_exit();
     xbt_thread_mod_exit();
     xbt_dict_exit();
     xbt_context_exit();
     xbt_thread_mod_exit();
+    xbt_log_exit();
   }
   }
-  xbt_log_exit();
    
   if (xbt_initialized == 0)
     free(xbt_binary_name);
    
   if (xbt_initialized == 0)
     free(xbt_binary_name);