Explorar el Código

mpi/tests/sendrecv_bench.c: free allocated memory

Nathalie Furmento hace 5 años
padre
commit
2b4f069dd7
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      mpi/tests/sendrecv_bench.c

+ 1 - 0
mpi/tests/sendrecv_bench.c

@@ -217,5 +217,6 @@ int main(int argc, char **argv)
 	if (!mpi_init)
 		MPI_Finalize();
 
+	free(lats);
 	return 0;
 }