X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/3ce054415500e2f9b7ebf726c9f22446f5ec39f3..4be24d86416854b0f898f8058b88a4d22c8bcb8e:/src/instr/instr_config.cpp diff --git a/src/instr/instr_config.cpp b/src/instr/instr_config.cpp index 9e5889a446..cf20d44e74 100644 --- a/src/instr/instr_config.cpp +++ b/src/instr/instr_config.cpp @@ -143,7 +143,7 @@ int TRACE_end() /* destroy all data structures of tracing (and free) */ PJ_container_free_all(); - recursiveDestroyType (PJ_type_get_root()); + delete PJ_type_get_root(); rootType = nullptr; /* close the trace files */