diff options
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -415,8 +415,8 @@ H5_term_library(void) /* Mark library as closed */ H5_INIT_GLOBAL = FALSE; - /* Pop the API context (without checking for errors) */ - H5CX_pop_special(); + /* Don't pop the API context, since it's been shut down already */ + /* H5CX_pop_special(); */ done: #ifdef H5_HAVE_THREADSAFE |