Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
few more leaks
[simgrid.git] / src / smpi / colls / gather-ompi.c
index 4a7489b..df34f27 100644 (file)
@@ -172,6 +172,7 @@ smpi_coll_tuned_gather_ompi_binomial(void *sbuf, int scount,
        /* other non-leaf nodes */
        free(tempbuf);
     }
+    xbt_free(bmtree);
     return MPI_SUCCESS;
 
  err_hndl: