summaryrefslogtreecommitdiffstats
path: root/src/H5.c
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>2006-08-17 15:41:26 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>2006-08-17 15:41:26 (GMT)
commitdec126b2fee13830ca3eef3ef34cc81037e1efce (patch)
treed5fe63292dd0da52e989822599e19d2c9c76245f /src/H5.c
parent02bb68f97eb0c5f4567eefbd0a969af1b28a4ce2 (diff)
downloadhdf5-dec126b2fee13830ca3eef3ef34cc81037e1efce.zip
hdf5-dec126b2fee13830ca3eef3ef34cc81037e1efce.tar.gz
hdf5-dec126b2fee13830ca3eef3ef34cc81037e1efce.tar.bz2
[svn-r12587] Description:
Call the H5L API's termination routine when the library is terminating. Tested on: FreeBSD/32 4.11 (sleipnir) Linux/64 2.4 (mir) Solaris/64 2.9 (shanti)
Diffstat (limited to 'src/H5.c')
-rw-r--r--src/H5.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5.c b/src/H5.c
index 67530e6..90b8c5e 100644
--- a/src/H5.c
+++ b/src/H5.c
@@ -222,6 +222,7 @@ H5_term_library(void)
*/
pending += DOWN(R);
pending += DOWN(D);
+ pending += DOWN(L);
pending += DOWN(G);
pending += DOWN(A);
pending += DOWN(S);