summaryrefslogtreecommitdiffstats
path: root/examples/h5dsm_link_exists.c
diff options
context:
space:
mode:
authorNeil Fortner <nfortne2@hdfgroup.org>2017-05-01 22:25:02 (GMT)
committerNeil Fortner <nfortne2@hdfgroup.org>2017-05-01 22:25:02 (GMT)
commit58c4806cd961e30d9b5658ca449bcb695e7fcb56 (patch)
tree14cf3d453e5824ef88532cb04ea8fdb94590dfbe /examples/h5dsm_link_exists.c
parent72b57518eb02e1df92d0e3ae7b29f09bbafe937c (diff)
downloadhdf5-58c4806cd961e30d9b5658ca449bcb695e7fcb56.zip
hdf5-58c4806cd961e30d9b5658ca449bcb695e7fcb56.tar.gz
hdf5-58c4806cd961e30d9b5658ca449bcb695e7fcb56.tar.bz2
Implement H5Oopen, H5Oopen_by_addr, H5Acreate_by_name, H5Aopen_by_name,
and H5Aiterate_by_name. Add h5dsm_obj_open.c example. Fix memory leak on dataset open. Other minor fixes/cleanup.
Diffstat (limited to 'examples/h5dsm_link_exists.c')
-rw-r--r--examples/h5dsm_link_exists.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/examples/h5dsm_link_exists.c b/examples/h5dsm_link_exists.c
index 0ed091a..b3ed0fc 100644
--- a/examples/h5dsm_link_exists.c
+++ b/examples/h5dsm_link_exists.c
@@ -4,7 +4,6 @@ int main(int argc, char *argv[]) {
uuid_t pool_uuid;
char *pool_grp = NULL;
hid_t file = -1, fapl = -1;
- hsize_t dims[1] = {1};
H5VL_daosm_snap_id_t snap_id;
htri_t link_exists;