]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/allgatherv-mpich-rdb.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Merge branch 'hypervisor' into surf++
[simgrid.git] / src / smpi / colls / allgatherv-mpich-rdb.c
index 454288d7e7ead4d2bb4090f8f58278c85bce93de..83918079cb58d27ae5671eadc7a766b6d0fbe374 100644 (file)
@@ -206,5 +206,6 @@ int smpi_coll_tuned_allgatherv_mpich_rdb (
                 position += recvcounts[j];
             }
         }
-return MPI_SUCCESS;
+  free(tmp_buf);
+  return MPI_SUCCESS;
 }