mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-11-27 02:10:55 +08:00
Merge pull request #265 in HDFFV/hdf5 from ~LRKNOX/hdf5_lrk:develop to develop
* commit '2d889608946c0e8a91bd38162ceeaf1166779921': Commit Vailin's fix for the h5format_convert test failure. DAILYTEST-256 #2.
This commit is contained in:
commit
05ea6be738
@ -1594,6 +1594,11 @@ done:
|
||||
HGOTO_ERROR(H5E_CACHE, H5E_SYSTEM, FAIL, "an extreme sanity check failed on exit.\n")
|
||||
#endif /* H5C_DO_EXTREME_SANITY_CHECKS */
|
||||
|
||||
if(ret_value < 0 && entry_ptr->tag_info) {
|
||||
if(H5C__untag_entry(cache_ptr, entry_ptr) < 0)
|
||||
HDONE_ERROR(H5E_CACHE, H5E_CANTREMOVE, FAIL, "can't remove entry from tag list")
|
||||
}
|
||||
|
||||
FUNC_LEAVE_NOAPI(ret_value)
|
||||
} /* H5C_insert_entry() */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user