X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/01349d061b4b5be42314965607c25d6350625e16..81b2c8f6358e3f5c0e1d480a45e8d1b574210177:/src/xbt/xbt_main.c diff --git a/src/xbt/xbt_main.c b/src/xbt/xbt_main.c index 927c613022..92765f10c3 100644 --- a/src/xbt/xbt_main.c +++ b/src/xbt/xbt_main.c @@ -45,6 +45,7 @@ xbt_exit(){ if (xbt_initialized == 0) { free(xbt_binary_name); xbt_fifo_exit(); + xbt_dict_exit(); } xbt_log_exit(); }