summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/H5O.c b/src/H5O.c
index e1df6b4..9995297 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -1070,6 +1070,7 @@ H5Oclose(hid_t object_id)
case H5I_REFERENCE:
case H5I_VFL:
case H5I_VOL:
+ case H5I_UID:
case H5I_GENPROP_CLS:
case H5I_GENPROP_LST:
case H5I_ERROR_CLASS:
@@ -2475,6 +2476,7 @@ H5O_get_loc(hid_t object_id)
case H5I_REFERENCE:
case H5I_VFL:
case H5I_VOL:
+ case H5I_UID:
case H5I_GENPROP_CLS:
case H5I_GENPROP_LST:
case H5I_ERROR_CLASS: