X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/8f3e7df6480d8da4db694b9ba382fa8c416ed916..ac1f230c7d64fba88e0938ce18d0772b4721fda6:/src/instr/instr_paje.c diff --git a/src/instr/instr_paje.c b/src/instr/instr_paje.c index a54c304e98..566f5d3400 100644 --- a/src/instr/instr_paje.c +++ b/src/instr/instr_paje.c @@ -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; }