diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2018-04-18 03:55:45 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2018-04-18 03:55:45 (GMT) |
commit | bcab84db9f291920ed0fe321116405f73eaddfa5 (patch) | |
tree | 7262020d64a762c7f88209b9af7fd6a3c2471164 /src/H5CXprivate.h | |
parent | 188539f65e5de800ab63e68093c8e453e8c451c4 (diff) | |
download | hdf5-bcab84db9f291920ed0fe321116405f73eaddfa5.zip hdf5-bcab84db9f291920ed0fe321116405f73eaddfa5.tar.gz hdf5-bcab84db9f291920ed0fe321116405f73eaddfa5.tar.bz2 |
Resolve memory leak of last API context, by freeing it in H5CX terminate
routine.
Diffstat (limited to 'src/H5CXprivate.h')
-rw-r--r-- | src/H5CXprivate.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/H5CXprivate.h b/src/H5CXprivate.h index 78f4793..3566f11 100644 --- a/src/H5CXprivate.h +++ b/src/H5CXprivate.h @@ -56,7 +56,6 @@ H5_DLL herr_t H5CX_pop(void); #endif /* _H5private_H */ H5_DLL void H5CX_push_special(void); H5_DLL hbool_t H5CX_is_def_dxpl(void); -H5_DLL void H5CX_pop_special(void); /* "Setter" routines for API context info */ H5_DLL void H5CX_set_dxpl(hid_t dxpl_id); |