diff options
Diffstat (limited to 'src/H5Ocopy.c')
-rw-r--r-- | src/H5Ocopy.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/src/H5Ocopy.c b/src/H5Ocopy.c index 1eb21f3..38f4f43 100644 --- a/src/H5Ocopy.c +++ b/src/H5Ocopy.c @@ -665,9 +665,8 @@ H5O_copy_header_real(const H5O_loc_t *oloc_src, H5O_loc_t *oloc_dst /*out */, done: /* Free deleted array */ - if(deleted) { + if(deleted) HDfree(deleted); - } /* Release pointer to source object header and its derived objects */ if(oh_src != NULL) { |