X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/a7740c25f68f21ce361c63ab639a7fe3cd18042b..bea6786798593b78e0d62a2308eacad3284d4537:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index fe4348c8de..637ebf2b5e 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -418,6 +418,7 @@ void surf_exit(void) path_name = NULL; } surf_parse_free_callbacks(); + xbt_dict_free(&route_table); NOW=0; /* Just in case the user plans to restart the simulation afterward */ xbt_exit(); }