Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
leak --
authordegomme <augustin.degomme@unibas.ch>
Wed, 27 Apr 2016 09:03:14 +0000 (11:03 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Wed, 27 Apr 2016 09:13:59 +0000 (11:13 +0200)
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-- */
         }
     }
     /* --END ERROR HANDLING-- */
-    
+    xbt_free(starray);
+    xbt_free(reqarray);
     return (mpi_errno);
     
 }
     return (mpi_errno);
     
 }