diff options
author | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-17 15:41:26 (GMT) |
---|---|---|
committer | Quincey Koziol <koziol@hdfgroup.org> | 2006-08-17 15:41:26 (GMT) |
commit | dec126b2fee13830ca3eef3ef34cc81037e1efce (patch) | |
tree | d5fe63292dd0da52e989822599e19d2c9c76245f | |
parent | 02bb68f97eb0c5f4567eefbd0a969af1b28a4ce2 (diff) | |
download | hdf5-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)
-rw-r--r-- | src/H5.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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); |