X-Git-Url: http://bilbo.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/423d7030351c36ce3407ddcb943413bb8961712c..8f45063188b7ea2eeefe453fe556e5a8100f7f4c:/teshsuite/smpi/mpich3-test/rma/linked_list_bench_lock_excl.c diff --git a/teshsuite/smpi/mpich3-test/rma/linked_list_bench_lock_excl.c b/teshsuite/smpi/mpich3-test/rma/linked_list_bench_lock_excl.c index 1f30b04bcd..b879543b81 100644 --- a/teshsuite/smpi/mpich3-test/rma/linked_list_bench_lock_excl.c +++ b/teshsuite/smpi/mpich3-test/rma/linked_list_bench_lock_excl.c @@ -267,6 +267,7 @@ int main(int argc, char **argv) /* Free all the elements in the list */ for (; my_elems_count > 0; my_elems_count--) MPI_Free_mem(my_elems[my_elems_count - 1]); + free(my_elems); MPI_Finalize(); return 0;