diff options
Diffstat (limited to 'src/H5MP.c')
-rw-r--r-- | src/H5MP.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -461,7 +461,7 @@ H5MP_close (H5MP_pool_t *mp) HGOTO_ERROR (H5E_RESOURCE, H5E_CANTRELEASE, FAIL, "can't destroy page factory") /* Free the memory pool itself */ - H5FL_FREE(H5MP_pool_t, mp); + (void)H5FL_FREE(H5MP_pool_t, mp); done: FUNC_LEAVE_NOAPI(ret_value) |