X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/bdf8656075bd24c0a5ea802acce0272e42b8ce25..b2bb0172d45aeb7a2e873ce982e6174279772b91:/src/smpi/smpi_replay.c diff --git a/src/smpi/smpi_replay.c b/src/smpi/smpi_replay.c index 4507d5286b..9151825c05 100644 --- a/src/smpi/smpi_replay.c +++ b/src/smpi/smpi_replay.c @@ -719,8 +719,11 @@ smpi_mpi_gatherv(send, send_size, MPI_CURRENT_TYPE, #endif log_timed_action (action, clock); + xbt_free(recvcounts); xbt_free(send); xbt_free(recv); + xbt_free(disps); + } static void action_reducescatter(const char *const *action) { @@ -783,7 +786,8 @@ static void action_reducescatter(const char *const *action) { #ifdef HAVE_TRACING TRACE_smpi_collective_out(rank, -1, __FUNCTION__); #endif - + xbt_free(recvcounts); + xbt_free(disps); log_timed_action (action, clock); }