mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-02-05 15:42:32 +08:00
[svn-r16150] Change a call to H5FL_fac_free to H5FL_FAC_FREE so it works correctly when free
lists are disabled. Tested: jam
This commit is contained in:
parent
7c4b4e32d0
commit
0f0464f747
@ -304,7 +304,7 @@ HDfprintf(stderr, "%s: nelmts = %Zu, hdr->data_blk_min_elmts = %u, idx = %u\n",
|
||||
CATCH
|
||||
if(!ret_value)
|
||||
if(elmts)
|
||||
(void)H5FL_fac_free(hdr->elmt_fac.fac[idx], elmts);
|
||||
(void)H5FL_FAC_FREE(hdr->elmt_fac.fac[idx], elmts);
|
||||
|
||||
END_FUNC(PKG) /* end H5EA__hdr_alloc_elmts() */
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user