Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Die on error.
[simgrid.git] / src / smpi / colls / bcast-ompi-split-bintree.c
index 58bf387c82d6aee6f920cf85d86f9519ec62863a..a0f1876ebbedcf775419f9cc933e397f327e1eff 100644 (file)
@@ -291,6 +291,7 @@ smpi_coll_tuned_bcast_ompi_split_bintree ( void* buffer,
                                             comm, MPI_STATUS_IGNORE); 
         }
     }
+    xbt_free(tree);
     return (MPI_SUCCESS);