From dec126b2fee13830ca3eef3ef34cc81037e1efce Mon Sep 17 00:00:00 2001 From: Quincey Koziol Date: Thu, 17 Aug 2006 10:41:26 -0500 Subject: [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) --- src/H5.c | 1 + 1 file changed, 1 insertion(+) 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); -- cgit v0.12