diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 1999-07-18 00:00:22 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 1999-07-18 00:00:22 (GMT) |
commit | def04e356437bd592bc194e99fe39a987caff85d (patch) | |
tree | e2b4f936d6988aa3682ec5e19ddace097dad3e52 /test/enum.c | |
parent | 9b50a916c5b0f71cee33cdd040e074bd6f0d3c83 (diff) | |
download | hdf5-def04e356437bd592bc194e99fe39a987caff85d.zip hdf5-def04e356437bd592bc194e99fe39a987caff85d.tar.gz hdf5-def04e356437bd592bc194e99fe39a987caff85d.tar.bz2 |
[svn-r1507] Uncommented VL datatypes in compound datatypes test, since it's working now.
Some other memory leaks in the tests fixed.
Diffstat (limited to 'test/enum.c')
-rw-r--r-- | test/enum.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/enum.c b/test/enum.c index 71fc4bf..8091c07 100644 --- a/test/enum.c +++ b/test/enum.c @@ -367,6 +367,8 @@ main(void) nerrors += test_tr1(file); nerrors += test_tr2(file); + H5Fclose(file); + if (nerrors) goto error; puts("All enum tests passed."); h5_cleanup(fapl); |