diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-11-23 01:55:03 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-11-23 01:55:03 (GMT) |
commit | e2863ca880a6983558d3ba3e5219164a57287f04 (patch) | |
tree | 26d4ce5f062ab8ef24b4d70447648f007897110f /test/vfd.c | |
parent | fff898558e3c828070abe81b4147bd959ed37ccb (diff) | |
download | hdf5-e2863ca880a6983558d3ba3e5219164a57287f04.zip hdf5-e2863ca880a6983558d3ba3e5219164a57287f04.tar.gz hdf5-e2863ca880a6983558d3ba3e5219164a57287f04.tar.bz2 |
Fixed a few memory problems in test/cache_logging.c and
test/h5test.c (which show up in test/vfd.c).
Diffstat (limited to 'test/vfd.c')
-rw-r--r-- | test/vfd.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -997,7 +997,7 @@ test_family_compat(void) counter++; HDsnprintf(newname_individual, sizeof(newname_individual), newname, counter); HDsnprintf(pathname_individual, sizeof(pathname_individual), pathname, counter); - } + } /* end while */ /* Make sure we can open the file. Use the read and write mode to flush the * superblock. */ |