[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:
Neil Fortner 2008-12-02 15:47:52 -05:00
parent 7c4b4e32d0
commit 0f0464f747

View File

@ -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() */