diff options
author | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2001-11-13 22:15:47 (GMT) |
---|---|---|
committer | Binh-Minh Ribler <bmribler@hdfgroup.org> | 2001-11-13 22:15:47 (GMT) |
commit | c84ad4179d7b7c858d4309f1056fc1f0b497b84c (patch) | |
tree | 76d727d740567db43c22786ccab120d66f319b0b /examples | |
parent | 53d751ee4714eb8d77bf054e5e78e4ec8d2a75b7 (diff) | |
download | hdf5-c84ad4179d7b7c858d4309f1056fc1f0b497b84c.zip hdf5-c84ad4179d7b7c858d4309f1056fc1f0b497b84c.tar.gz hdf5-c84ad4179d7b7c858d4309f1056fc1f0b497b84c.tar.bz2 |
[svn-r4604]
Purpose:
Fixing found bug
Description:
A data file cannot be removed because the corresponding H5File object
is still in existence, which means the data file is still opened.
Solution:
Moved h5_cleanup to outside of the try block so that the H5File object
will go out of scope and be destroyed before h5_cleanup attempts to
remove the corresponding data file.
Platforms tested:
SunOS 5.7 (arabica)
Windows 98
Diffstat (limited to 'examples')
0 files changed, 0 insertions, 0 deletions