diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2010-01-07 23:22:23 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2010-01-07 23:22:23 (GMT) |
commit | f0623bdbeb7ddb2cfaa9bd47a0ee2975cfc71d67 (patch) | |
tree | 75db636de976919b35280e21cc13f5cf9070359e /src/H5Gtest.c | |
parent | 419b3d66495271b1eff9037e63b2f4bca235316d (diff) | |
download | hdf5-f0623bdbeb7ddb2cfaa9bd47a0ee2975cfc71d67.zip hdf5-f0623bdbeb7ddb2cfaa9bd47a0ee2975cfc71d67.tar.gz hdf5-f0623bdbeb7ddb2cfaa9bd47a0ee2975cfc71d67.tar.bz2 |
[svn-r18073] Description:
Bring r18072 from trunk to 1.8 branch:
Bring r18071 from metadata journaling merge branch:
Refactor local heap routines with changes from metadata journaling
branch, along with other misc. changes as the changes on the metadata journaling
branch are being converged with the current state of the trunk.
Tested on:
Mac OS X/32 10.6.2 (amazon) debug & prod
Linux/64 2.6 (amani) prod
FreeBSD/64 (liberty) prod
Diffstat (limited to 'src/H5Gtest.c')
-rw-r--r-- | src/H5Gtest.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/H5Gtest.c b/src/H5Gtest.c index 26de267..44105cd 100644 --- a/src/H5Gtest.c +++ b/src/H5Gtest.c @@ -616,7 +616,7 @@ H5G_verify_cached_stab_test(H5O_loc_t *grp_oloc, H5G_entry_t *ent) done: /* Release resources */ - if(heap && H5HL_unprotect(grp_oloc->file, H5AC_ind_dxpl_id, heap, stab.heap_addr) < 0) + if(heap && H5HL_unprotect(grp_oloc->file, heap) < 0) HDONE_ERROR(H5E_SYM, H5E_PROTECT, FAIL, "unable to unprotect symbol table heap") FUNC_LEAVE_NOAPI(ret_value) |