Skip to content

Commit

Permalink
Remove unnecessary set to NULL
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Jul 11, 2024
1 parent 1430264 commit 23ef8de
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/H5VLint.c
Original file line number Diff line number Diff line change
Expand Up @@ -1024,8 +1024,6 @@ H5VL_conn_dest(H5VL_t *connector)
HGOTO_ERROR(H5E_VOL, H5E_CANTDEC, FAIL, "unable to decrement ref count on VOL connector");
H5FL_FREE(H5VL_t, connector);

connector = NULL;

done:
FUNC_LEAVE_NOAPI(ret_value)
} /* end H5VL__conn_dest() */
Expand Down

0 comments on commit 23ef8de

Please sign in to comment.