]> AND Public Git Repository - simgrid.git/blobdiff - src/instr/instr_config.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
S4U version of actor-yield example
[simgrid.git] / src / instr / instr_config.cpp
index 3e229a12c2db719263f7c7f64f6eefe0dcca8d55..cf20d44e74a311e86d133337ea2686591e56e606 100644 (file)
@@ -143,8 +143,7 @@ int TRACE_end()
 
     /* destroy all data structures of tracing (and free) */
     PJ_container_free_all();
-    recursiveDestroyType (PJ_type_get_root());
-    PJ_container_release();
+    delete PJ_type_get_root();
     rootType = nullptr;
 
     /* close the trace files */