diff options
-rw-r--r-- | src/H5S.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1961,6 +1961,8 @@ H5S_decode(unsigned char *buf) ret_value=ds; done: + H5MM_xfree(f.shared); + FUNC_LEAVE_NOAPI(ret_value); } |
index : hdf5.git | ||
Mirror from: https://github.com/HDFGroup/hdf5.git |
summaryrefslogtreecommitdiffstats |
-rw-r--r-- | src/H5S.c | 2 |
@@ -1961,6 +1961,8 @@ H5S_decode(unsigned char *buf) ret_value=ds; done: + H5MM_xfree(f.shared); + FUNC_LEAVE_NOAPI(ret_value); } |