diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-02-18 15:02:17 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-02-18 15:02:17 (GMT) |
commit | 95223419fbb4232ba0b2cc42b3f7210db9ae4915 (patch) | |
tree | caba948964b8e9c6986cf95fa6faec4dbdc62497 /src/H5MF.c | |
parent | 0fb3254237255e8d145be86931c38ef77de02f78 (diff) | |
download | hdf5-95223419fbb4232ba0b2cc42b3f7210db9ae4915.zip hdf5-95223419fbb4232ba0b2cc42b3f7210db9ae4915.tar.gz hdf5-95223419fbb4232ba0b2cc42b3f7210db9ae4915.tar.bz2 |
[svn-r18272] Description:
Bring r18271 from trunk to 1.8 branch:
Clean up the file closing behavior a little more.
Tested on:
Mac OS X/32 10.6.2 (amazon) w/debug & production
(too minor to require h5committest)
Diffstat (limited to 'src/H5MF.c')
-rw-r--r-- | src/H5MF.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -964,6 +964,7 @@ HDfprintf(stderr, "%s: Entering\n", FUNC); HDassert(f); HDassert(f->shared); HDassert(f->shared->lf); + HDassert(f->shared->sblock); /* Free the space in aggregators */ /* (for space not at EOF, it may be put into free space managers) */ |