Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Fix potential mem leak seen by scan-build.
authorArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 26 May 2021 07:30:23 +0000 (09:30 +0200)
committerArnaud Giersch <arnaud.giersch@univ-fcomte.fr>
Wed, 26 May 2021 07:30:23 +0000 (09:30 +0200)
commit779ee5a7e6be6c5cc13ae4856109547b62467a4f
tree424c9ca5b5427350805f44f9192acbd52da3a779
parent1b02b224210836abc0eb3fce565dff13f79e63c6
Fix potential mem leak seen by scan-build.

Note that ret should not normally be different than MPI_SUCCESS in the other case.
src/smpi/mpi/smpi_comm.cpp