summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/H5Iint.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/H5Iint.c b/src/H5Iint.c
index 96ac0a5..13d2168 100644
--- a/src/H5Iint.c
+++ b/src/H5Iint.c
@@ -465,9 +465,9 @@ H5I__destroy_type(H5I_type_t type)
}
H5E_END_TRY /* don't care about errors */
- /* Check if we should release the ID class */
- if (type_info->cls->flags & H5I_CLASS_IS_APPLICATION)
- type_info->cls = H5MM_xfree_const(type_info->cls);
+ /* Check if we should release the ID class */
+ if (type_info->cls->flags & H5I_CLASS_IS_APPLICATION)
+ type_info->cls = H5MM_xfree_const(type_info->cls);
HASH_CLEAR(hh, type_info->hash_table);
type_info->hash_table = NULL;