summaryrefslogtreecommitdiffstats
path: root/src/H5A.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5A.c')
-rw-r--r--src/H5A.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5A.c b/src/H5A.c
index 73f6886..5f9e57f 100644
--- a/src/H5A.c
+++ b/src/H5A.c
@@ -281,6 +281,7 @@ done:
if (ret_value < 0 && attr)
if(H5VL_attr_close (attr, vol_plugin, H5AC_dxpl_id, H5_EVENT_STACK_NULL) < 0)
HDONE_ERROR(H5E_ATTR, H5E_CLOSEERROR, FAIL, "unable to release attr")
+
FUNC_LEAVE_API(ret_value)
} /* H5Acreate2() */