Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
really try to plug that memleak
[simgrid.git] / src / instr / instr_config.cpp
index 8bbe263..9e5889a 100644 (file)
@@ -63,7 +63,7 @@ static int trace_precision;
 static bool trace_configured = false;
 static bool trace_active     = false;
 
-static Type* rootType = nullptr;        /* the root type */
+static simgrid::instr::Type* rootType = nullptr; /* the root type */
 
 instr_fmt_type_t instr_fmt_type = instr_fmt_paje;
 
@@ -144,7 +144,6 @@ int TRACE_end()
     /* destroy all data structures of tracing (and free) */
     PJ_container_free_all();
     recursiveDestroyType (PJ_type_get_root());
-    PJ_container_release();
     rootType = nullptr;
 
     /* close the trace files */