X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/d9c9e08948a8387e9e8ecb0fe67ab6b94ec2a66f..79bcf7d543aa95b4425f4a6791241978cd5233c7:/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); } }