Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] valgrind's memcheck to wipe out memory leaks from the tracing system
[simgrid.git] / src / instr / instr_config.c
index ffff7f8..13bd2b9 100644 (file)
@@ -108,6 +108,10 @@ int TRACE_end()
 
   /* destroy all data structures of tracing (and free) */
   destroyAllContainers();
+  instr_paje_free();
+  TRACE_surf_release();
+  TRACE_smpi_release();
+  xbt_dict_free(&created_categories);
 
   /* close the trace file */
   TRACE_paje_end();