Skip to content

Commit

Permalink
Cleanup of initialization routines
Browse files Browse the repository at this point in the history
  • Loading branch information
derobins committed Oct 28, 2024
1 parent cb955cc commit 89c6e32
Show file tree
Hide file tree
Showing 2 changed files with 93 additions and 64 deletions.
2 changes: 1 addition & 1 deletion src/H5.c
Original file line number Diff line number Diff line change
Expand Up @@ -307,7 +307,7 @@ H5_term_library(void)
H5CX_node_t api_ctx = {{0}, NULL}; /* API context node to push */

/* Acquire the API lock */
FUNC_ENTER_API_VARS
H5_API_SETUP_PUBLIC_API_VARS
H5_API_LOCK

/* Don't do anything if the library is already closed */
Expand Down
Loading

0 comments on commit 89c6e32

Please sign in to comment.