Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
still not our
authordegomme <augustin.degomme@unibas.ch>
Wed, 27 Apr 2016 13:21:12 +0000 (15:21 +0200)
committerdegomme <augustin.degomme@unibas.ch>
Wed, 27 Apr 2016 13:21:12 +0000 (15:21 +0200)
teshsuite/smpi/mpich3-test/datatype/tresized.c

index ffaccad..7b8c97e 100644 (file)
@@ -71,7 +71,7 @@ int main( int argc, char *argv[] )
     }
 
     MPI_Type_free( &newtype );
     }
 
     MPI_Type_free( &newtype );
-
+    free(buf);
     MTest_Finalize( errs );
     MPI_Finalize();
     return 0;
     MTest_Finalize( errs );
     MPI_Finalize();
     return 0;