summaryrefslogtreecommitdiffstats
path: root/src/H5I.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5I.c')
-rw-r--r--src/H5I.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/H5I.c b/src/H5I.c
index 13df5e5..dfceb41 100644
--- a/src/H5I.c
+++ b/src/H5I.c
@@ -941,4 +941,7 @@ H5I_term_interface(void)
id_group_list[i] = NULL;
}
}
+
+ /* Indicate interface closed */
+ interface_initialize_g = FALSE;
}