X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/222e859267fcc500d3c420c30e00be8f30dfc0ab..cfbe67c7c286e364fd628fd361dac67690bfe333:/src/smpi/smpi_f77.c diff --git a/src/smpi/smpi_f77.c b/src/smpi/smpi_f77.c index e4c23e812f..dbb77c0c95 100644 --- a/src/smpi/smpi_f77.c +++ b/src/smpi/smpi_f77.c @@ -263,6 +263,7 @@ void mpi_finalize_(int* ierr) { xbt_dict_free(&request_lookup); xbt_dict_free(&group_lookup); xbt_dict_free(&comm_lookup); + xbt_dict_free(&win_lookup); } }