summaryrefslogtreecommitdiffstats
path: root/src/H5HF.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5HF.c')
-rw-r--r--src/H5HF.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5HF.c b/src/H5HF.c
index 0856d89..18e1cdb 100644
--- a/src/H5HF.c
+++ b/src/H5HF.c
@@ -867,10 +867,10 @@ HDfprintf(stderr, "%s; After iterator reset fh->hdr->rc = %Zu\n", FUNC, fh->hdr-
HGOTO_ERROR(H5E_HEAP, H5E_CANTDELETE, FAIL, "unable to delete fractal heap")
} /* end if */
+done:
/* Release the fractal heap wrapper */
- (void)H5FL_FREE(H5HF_t, fh);
+ fh = H5FL_FREE(H5HF_t, fh);
-done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5HF_close() */