Free stuff in biffer/read_file tests
This commit is contained in:
@@ -42,6 +42,7 @@ START_TEST (test_read_file_simple)
|
||||
fail_if(len != 5);
|
||||
fail_if(strlen(content) != 5);
|
||||
fail_if(strcmp("hello", content) != 0);
|
||||
free(content);
|
||||
END_TEST
|
||||
|
||||
START_TEST (test_read_file_greater_than_max)
|
||||
|
||||
Reference in New Issue
Block a user