Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
not our leak.
authordegomme <augustin.degomme@unibas.ch>
Wed, 27 Apr 2016 08:32:34 +0000 (10:32 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Wed, 27 Apr 2016 08:56:41 +0000 (10:56 +0200)
teshsuite/smpi/mpich3-test/rma/transpose7.c

index 3d2a549..954c399 100644 (file)
@@ -98,6 +98,7 @@ int main(int argc, char *argv[])
         }
         MPI_Win_free(&win);
         free(A);
+        free(A_data);
     }
     MPI_Comm_free(&CommDeuce);
     MTest_Finalize(errs);