mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-04-18 17:40:55 +08:00
[svn-r23691] Fix valgrind leak by closing fapl
Tested: local linux
This commit is contained in:
parent
90ccb5c3c3
commit
fb396557fc
@ -1207,6 +1207,9 @@ test_get_file_image_error_rejection(void)
|
||||
err = H5Fclose(file_id);
|
||||
VERIFY(err == SUCCEED, "H5Fclose(2) failed.");
|
||||
|
||||
/* tidy up */
|
||||
result = h5_cleanup(FILENAME2, fapl_id);
|
||||
VERIFY(result != 0, "h5_cleanup(2 failed.");
|
||||
|
||||
/************************** Test #4 **********************************/
|
||||
/* set up a family file driver test file, and try to get its image
|
||||
|
Loading…
x
Reference in New Issue
Block a user