X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/c7b7bf80bafbaa4e8918f4ac4608f5f7b202a6b2..e1bd9c56e6a6bc5f0bf6902209e1e668ac274644:/teshsuite/smpi/mpich3-test/perf/dtpack.c diff --git a/teshsuite/smpi/mpich3-test/perf/dtpack.c b/teshsuite/smpi/mpich3-test/perf/dtpack.c index f3ccafc23a..029c2a4cf2 100644 --- a/teshsuite/smpi/mpich3-test/perf/dtpack.c +++ b/teshsuite/smpi/mpich3-test/perf/dtpack.c @@ -66,6 +66,7 @@ double noise(double *list, int count) if (retval < 0) retval = -retval; + free(margin); return retval; }