Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leak --
authorAugustin Degomme <augustin.degomme@imag.fr>
Fri, 8 Aug 2014 11:11:48 +0000 (13:11 +0200)
committerAugustin Degomme <augustin.degomme@imag.fr>
Fri, 8 Aug 2014 11:11:48 +0000 (13:11 +0200)
src/smpi/smpi_f77.c

index e4c23e8..dbb77c0 100644 (file)
@@ -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);
    }
 }