Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leak --
[simgrid.git] / src / smpi / colls / alltoall-mvapich-scatter-dest.c
index 521247d..4194697 100644 (file)
@@ -130,7 +130,8 @@ int smpi_coll_tuned_alltoall_mvapich2_scatter_dest(
         }
     }
     /* --END ERROR HANDLING-- */
-    
+    xbt_free(starray);
+    xbt_free(reqarray);
     return (mpi_errno);
     
 }