diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-03-23 17:55:27 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2005-03-23 17:55:27 (GMT) |
commit | b89828d5b9284f4bd6d20ef66408c91283d7fbb3 (patch) | |
tree | 2c62125e7773a7ca288b12804664c2265f7794e4 /hl/src/H5DS.c | |
parent | 24c88ddadf935c4405bada45ab23f088ee316fdc (diff) | |
download | hdf5-b89828d5b9284f4bd6d20ef66408c91283d7fbb3.zip hdf5-b89828d5b9284f4bd6d20ef66408c91283d7fbb3.tar.gz hdf5-b89828d5b9284f4bd6d20ef66408c91283d7fbb3.tar.bz2 |
[svn-r10386] Purpose:
new tests for is scale, detach scales and iterate scales
Description:
Solution:
Platforms tested:
linux
solaris
Misc. update:
Diffstat (limited to 'hl/src/H5DS.c')
-rw-r--r-- | hl/src/H5DS.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/hl/src/H5DS.c b/hl/src/H5DS.c index 552de73..8dfdc10 100644 --- a/hl/src/H5DS.c +++ b/hl/src/H5DS.c @@ -1013,7 +1013,6 @@ int H5DSget_num_scales(hid_t did, /* error zone, gracefully close */ out: H5E_BEGIN_TRY { - H5Dclose(did); H5Sclose(sid); H5Aclose(aid); H5Tclose(tid); @@ -1964,8 +1963,6 @@ out: H5Sclose(sid); H5Aclose(aid); H5Tclose(tid); - H5Dclose(did); - H5Dclose(dsid); } H5E_END_TRY; return FAIL; } |