summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2018-04-18 03:39:20 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2018-04-18 03:39:20 (GMT)
commit188539f65e5de800ab63e68093c8e453e8c451c4 (patch)
treee7b470ec4388932f12d2eb648606220d96d2389c /src/H5.c
parent61a2456995e17ca542bbbc67fb07f8d44a38da93 (diff)
downloadhdf5-188539f65e5de800ab63e68093c8e453e8c451c4.zip
hdf5-188539f65e5de800ab63e68093c8e453e8c451c4.tar.gz
hdf5-188539f65e5de800ab63e68093c8e453e8c451c4.tar.bz2
Revert "Close memory leak of last API context when shutting library down."
This reverts commit 0bd3634dc5747d88582a966050896bad57acb892.
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/H5.c b/src/H5.c
index 1467ddf..f3e56d0 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -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