Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
not ours
authordegomme <augustin.degomme@unibas.ch>
Tue, 26 Apr 2016 08:56:20 +0000 (10:56 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Tue, 26 Apr 2016 15:15:50 +0000 (17:15 +0200)
teshsuite/smpi/mpich3-test/perf/non_zero_root.c
teshsuite/smpi/mpich3-test/rma/transpose7.c

index 9384d6b..0be3f88 100644 (file)
@@ -72,6 +72,7 @@ int main(int argc, char* argv[])
        }
        
        MPI_Finalize();
-
+    free(sbuf);
+    free(rbuf);
        return 0;
 }
index d78b2dd..3d2a549 100644 (file)
@@ -97,6 +97,7 @@ int main(int argc, char *argv[])
             MPI_Win_fence(0, win);
         }
         MPI_Win_free(&win);
+        free(A);
     }
     MPI_Comm_free(&CommDeuce);
     MTest_Finalize(errs);