diff options
-rw-r--r-- | src/H5Dio.c | 8 | ||||
-rw-r--r-- | src/H5T.c | 2 |
2 files changed, 1 insertions, 9 deletions
diff --git a/src/H5Dio.c b/src/H5Dio.c index 51e66a3..72f9b75 100644 --- a/src/H5Dio.c +++ b/src/H5Dio.c @@ -1627,10 +1627,6 @@ H5D_chunk_read(hsize_t nelmts, H5D_t *dataset, const H5T_t *mem_type, const H5S_ bkg_iter_init=0; } /* end if */ } /* end if */ - - /*close file space and memory space for each chunk*/ - /*H5S_close(fm_struct.mspace[h]); - H5S_close(fm_struct.fspace[h]);*/ } /* end for */ done: @@ -1930,10 +1926,6 @@ H5D_chunk_write(hsize_t nelmts, H5D_t *dataset, const H5T_t *mem_type, const H5S bkg_iter_init=0; } /* end if */ } /* end if */ - - /*close file space and memory space for each chunk*/ - /*H5S_close(fm_struct.mspace[h]); - H5S_close(fm_struct.fspace[h]);*/ } /* end for */ done: @@ -1890,7 +1890,7 @@ H5T_unlock_cb (void *_dt, hid_t UNUSED id, const void UNUSED *key) int H5T_term_interface(void) { - int i, j, nprint=0, n=0; + int i, nprint=0, n=0; H5T_path_t *path = NULL; FUNC_ENTER_NOINIT(H5T_term_interface); |