diff options
Diffstat (limited to 'tests/fs-tests/simple')
| -rw-r--r-- | tests/fs-tests/simple/perf.c | 1 | 
1 files changed, 1 insertions, 0 deletions
| diff --git a/tests/fs-tests/simple/perf.c b/tests/fs-tests/simple/perf.c index aee8226..224085f 100644 --- a/tests/fs-tests/simple/perf.c +++ b/tests/fs-tests/simple/perf.c @@ -151,6 +151,7 @@ static void perf(void)  	printf("Write speed (KiB/s): %u\n", speed(actual_size, write_time));  	printf("Read speed (KiB/s): %u\n", speed(actual_size, read_time));  	printf("Test completed\n"); +	free(buf);  }  /* Title of this test */ | 
