summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorQuincey Koziol <koziol@hdfgroup.org>1997-09-18 21:06:32 (GMT)
committerQuincey Koziol <koziol@hdfgroup.org>1997-09-18 21:06:32 (GMT)
commit4ed35e0087a2a968a22a6b6c85a4c57356eeda50 (patch)
treedb3ffaf15605480cf7d3e32ebf39603d113ec757 /test
parentef8604f3484a1547222ad73474e74788497d9079 (diff)
downloadhdf5-4ed35e0087a2a968a22a6b6c85a4c57356eeda50.zip
hdf5-4ed35e0087a2a968a22a6b6c85a4c57356eeda50.tar.gz
hdf5-4ed35e0087a2a968a22a6b6c85a4c57356eeda50.tar.bz2
[svn-r97] Free'd temporary buffer.
Diffstat (limited to 'test')
-rw-r--r--test/th5d.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/th5d.c b/test/th5d.c
index 1997d7d..604aaef 100644
--- a/test/th5d.c
+++ b/test/th5d.c
@@ -219,6 +219,7 @@ static void test_h5d_basic_read(void)
ret=H5Dread(did1,H5P_SCALAR,buf);
CHECK(ret,FAIL,"H5Dread");
VERIFY(HDmemcmp(buf,data1,buf_size),0,"H5Dread");
+ HDfree(buf);
ret=H5Mrelease(tid1);
CHECK(ret,FAIL,"H5Mrelease");