X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/b4427e5112f361f205ed20a53d54e15d552f36ff..5e52cdafc655354a1c98193c817fc205d5be353e:/src/surf/surf.c diff --git a/src/surf/surf.c b/src/surf/surf.c index f6d9f205be..2f90fa918c 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -366,6 +366,7 @@ void surf_exit(void) xbt_dynar_foreach(model_list, iter, model) model->model_private->finalize(); xbt_dynar_free(&model_list); + routing_exit(); if (maxmin_system) { lmm_system_free(maxmin_system);