]> AND Public Git Repository - simgrid.git/blobdiff - teshsuite/smpi/mpich3-test/perf/non_zero_root.c
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
this tests actually does not conform to the standard and crashed now, but it's OK...
[simgrid.git] / teshsuite / smpi / mpich3-test / perf / non_zero_root.c
index 0ab6f41fc4eedcb0f56398bb52e3fd45a3a2b851..63970c8b3269527d3718b49558a20a85bfbc956f 100644 (file)
@@ -70,6 +70,8 @@ int main(int argc, char *argv[])
             printf(" No Errors\n");
     }
 
+    free(sbuf);
+    free(rbuf);
     MPI_Finalize();
 
     return 0;