[svn-r3135] Purpose:

Bug Fix
Description:
    Dataspace wasn't being freed...
Platforms tested:
    Cray J90 (killeen)
This commit is contained in:
Quincey Koziol 2000-12-13 19:51:48 -05:00
parent 496207675d
commit cd7098f1b6

View File

@ -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);