From: Augustin Degomme Date: Fri, 20 Sep 2013 13:27:28 +0000 (+0200) Subject: leak -- X-Git-Tag: v3_9_90~91^2~13 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/05c1f36a7de4ea6a2f757b0e48de8231d3a49c30 leak -- --- diff --git a/src/surf/surf.c b/src/surf/surf.c index a53a97f8bc..fbd51c2015 100644 --- a/src/surf/surf.c +++ b/src/surf/surf.c @@ -488,7 +488,7 @@ void surf_exit(void) xbt_free(surf_mins); surf_mins = NULL; #endif - + if(host_that_restart)xbt_dynar_free(&host_that_restart); xbt_dynar_free(&surf_path); xbt_lib_free(&host_lib);