summaryrefslogtreecommitdiffstats
path: root/test/vfd.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-11-23 01:55:03 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-11-23 01:55:03 (GMT)
commite2863ca880a6983558d3ba3e5219164a57287f04 (patch)
tree26d4ce5f062ab8ef24b4d70447648f007897110f /test/vfd.c
parentfff898558e3c828070abe81b4147bd959ed37ccb (diff)
downloadhdf5-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.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/vfd.c b/test/vfd.c
index c19e0d0..a215264 100644
--- a/test/vfd.c
+++ b/test/vfd.c
@@ -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. */