Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
memleak
[simgrid.git] / src / gras / DataDesc / datadesc.c
index 1f7cb1c..d0202e2 100644 (file)
@@ -158,6 +158,7 @@ void
 gras_datadesc_exit(void) {
   VERB0("Exiting DataDesc");
   xbt_set_free(&gras_datadesc_set_local);
+  xbt_dict_free(&gras_dd_constants);
   DEBUG0("Exited DataDesc");
 }