Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leak--
authordegomme <augustin.degomme@unibas.ch>
Fri, 29 Apr 2016 11:22:04 +0000 (13:22 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Fri, 29 Apr 2016 11:22:04 +0000 (13:22 +0200)
src/smpi/smpi_f77.cpp

index 03d92d8..9b2aaac 100644 (file)
@@ -284,6 +284,7 @@ void mpi_finalize_(int* ierr) {
      xbt_dict_free(&group_lookup);
      xbt_dict_free(&comm_lookup);
      xbt_dict_free(&win_lookup);
      xbt_dict_free(&group_lookup);
      xbt_dict_free(&comm_lookup);
      xbt_dict_free(&win_lookup);
+     xbt_dict_free(&info_lookup);
    }
 }
 
    }
 }