diff options
Diffstat (limited to 'src/H5.c')
-rw-r--r-- | src/H5.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -372,6 +372,7 @@ H5_term_library(void) */ if (pending == 0) { pending += DOWN(AC); + /* Shut down the "pluggable" interfaces, before the plugin framework */ pending += DOWN(Z); pending += DOWN(FD); pending += DOWN(VL); |