Skip to content

Commit

Permalink
Format source
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Aug 26, 2023
1 parent c429b02 commit 7b9eb06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/H5Oattr.c
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ H5O_attr_decode(H5F_t *f, H5O_t *open_oh, unsigned H5_ATTR_UNUSED mesg_flags, un
done:
if (NULL == ret_value)
if (attr) {
if(attr->shared->ds)
if (attr->shared->ds)
attr->shared->ds = H5FL_FREE(H5S_t, attr->shared->ds);
if (attr->shared) {
/* Free any dynamically allocated items */
Expand Down

0 comments on commit 7b9eb06

Please sign in to comment.