diff options
author | Robb Matzke <matzke@llnl.gov> | 1999-01-07 11:42:04 (GMT) |
---|---|---|
committer | Robb Matzke <matzke@llnl.gov> | 1999-01-07 11:42:04 (GMT) |
commit | 4f7e218959be3076c079a9cabede8c167bb35689 (patch) | |
tree | 33b8c8d59034a132b79abe1d9b28382e812c5f91 /test/istore.c | |
parent | 504aa95bd92511ccb80e6321dd79f7dc525310d5 (diff) | |
download | hdf5-4f7e218959be3076c079a9cabede8c167bb35689.zip hdf5-4f7e218959be3076c079a9cabede8c167bb35689.tar.gz hdf5-4f7e218959be3076c079a9cabede8c167bb35689.tar.bz2 |
[svn-r1011] Changes since 19981217
----------------------
./test/dtypes.c
./test/enum.c [NEW]
Added support for enumeration data types.
./test/fillval.c
./test/istore.c
Fixed memory leaks during error handling.
Diffstat (limited to 'test/istore.c')
-rw-r--r-- | test/istore.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/istore.c b/test/istore.c index 93c47b7..0bd1c90 100644 --- a/test/istore.c +++ b/test/istore.c @@ -611,6 +611,7 @@ main(int argc, char *argv[]) } /* Close the test file and exit */ + H5Pclose(fcpl); H5Fclose(file); if (nerrors) { |