Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Value is used only when MC_is_active().
[simgrid.git] / src / instr / instr_config.c
index 3339f1a..3ef4c71 100644 (file)
@@ -181,6 +181,7 @@ int TRACE_end()
     XBT_DEBUG("Tracing is off");
     XBT_DEBUG("Tracing system is shutdown");
   }
+  xbt_dynar_free(&TRACE_start_functions); /* useful when exiting early */
   xbt_dynar_free(&TRACE_end_functions);
   return retval;
 }