X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/2392b5157f8d7fb6cf9fce3244730484d694586a..53d6c6fe82beb22d4207ce63c32a5c3e003754d2:/src/instr/instr_config.c diff --git a/src/instr/instr_config.c b/src/instr/instr_config.c index ffff7f877d..13bd2b9776 100644 --- a/src/instr/instr_config.c +++ b/src/instr/instr_config.c @@ -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();