Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[trace] free the type values
[simgrid.git] / src / instr / instr_paje.c
index a54c304..566f5d3 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->name);
   xbt_free (type->id);
   xbt_free (type->children);
+  xbt_free (type->values);
   xbt_free (type);
   type = NULL;
 }
   xbt_free (type);
   type = NULL;
 }