Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Use a mallocator for the fifo items
[simgrid.git] / src / xbt / xbt_main.c
index 08c3dec..51708ba 100644 (file)
@@ -45,5 +45,6 @@ xbt_exit(){
   if (xbt_initialized == 0)
      free(xbt_binary_name);
   xbt_log_exit();
   if (xbt_initialized == 0)
      free(xbt_binary_name);
   xbt_log_exit();
+  xbt_fifo_exit();
 }
 
 }