mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-25 17:00:45 +08:00
[svn-r3135] Purpose:
Bug Fix Description: Dataspace wasn't being freed... Platforms tested: Cray J90 (killeen)
This commit is contained in:
parent
496207675d
commit
cd7098f1b6
@ -1946,6 +1946,9 @@ h5dump_dset(FILE *stream, const h5dump_t *info, hid_t dset, hid_t _p_type,
|
||||
indentlevel);
|
||||
}
|
||||
|
||||
/* Close the dataspace */
|
||||
H5Sclose(f_space);
|
||||
|
||||
done:
|
||||
if (p_type != _p_type)
|
||||
H5Tclose(p_type);
|
||||
|
Loading…
x
Reference in New Issue
Block a user