summaryrefslogtreecommitdiffstats
path: root/src/H5O.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2017-05-11 22:58:40 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2017-05-11 22:58:40 (GMT)
commitfaecad8247a6bd9f30e40393379357a48b3d0bc4 (patch)
treeca1d957251b24c95ae4e00835038b029c74b7af5 /src/H5O.c
parent8fc280b3fc9b4f16d4bb3eef300df5d5158e26b0 (diff)
downloadhdf5-faecad8247a6bd9f30e40393379357a48b3d0bc4.zip
hdf5-faecad8247a6bd9f30e40393379357a48b3d0bc4.tar.gz
hdf5-faecad8247a6bd9f30e40393379357a48b3d0bc4.tar.bz2
Add maps to h5dsm_test.sh. Fix issues with maps implementation.
Diffstat (limited to 'src/H5O.c')
-rw-r--r--src/H5O.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/H5O.c b/src/H5O.c
index d7c6a4c..ca2f3f3 100644
--- a/src/H5O.c
+++ b/src/H5O.c
@@ -1192,6 +1192,7 @@ H5Oclose(hid_t object_id)
case H5I_GROUP:
case H5I_DATATYPE:
case H5I_DATASET:
+ case H5I_MAP:
if(H5I_object(object_id) == NULL)
HGOTO_ERROR(H5E_ARGS, H5E_BADVALUE, FAIL, "not a valid object")
if(H5I_dec_app_ref(object_id) < 0)