Skip to content

Commit

Permalink
Fix deadlock due to bad exit macro
Browse files Browse the repository at this point in the history
  • Loading branch information
mattjala committed Nov 21, 2024
1 parent 434c594 commit ade09cc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/H5private.h
Original file line number Diff line number Diff line change
Expand Up @@ -2009,6 +2009,7 @@ H5_DLL herr_t H5CX_pop(hbool_t update_dxpl_props);
H5_POP_FUNC \
if (err_occurred) \
(void)H5E_dump_api_stack(TRUE); \
FUNC_LEAVE_API_THREADSAFE \
return (ret_value); \
} \
} \
Expand Down

0 comments on commit ade09cc

Please sign in to comment.