Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] free the type values
[simgrid.git] / src / instr / instr_paje.c
index a54c304e980fa97bfb160c308a1d2f902808f5e1..566f5d3400ca40f686a6ecfe06d009037f43d8c4 100644 (file)
@@ -327,6 +327,7 @@ static void recursiveDestroyType (type_t type)
   xbt_free (type->name);
   xbt_free (type->id);
   xbt_free (type->children);
+  xbt_free (type->values);
   xbt_free (type);
   type = NULL;
 }