summaryrefslogtreecommitdiffstats
path: root/hl/test/test_lite.c
diff options
context:
space:
mode:
authorMohamad Chaarawi <chaarawi@hdfgroup.org>2015-10-09 20:25:50 (GMT)
committerMohamad Chaarawi <chaarawi@hdfgroup.org>2015-10-09 20:25:50 (GMT)
commit3444e46ea08a415a08b1005167c77a44896d4591 (patch)
treef47c94fc0c108366aa58e6344760cc98a2afa36a /hl/test/test_lite.c
parent0facbc77c3c86b51c628a8464c650ff51400d949 (diff)
downloadhdf5-3444e46ea08a415a08b1005167c77a44896d4591.zip
hdf5-3444e46ea08a415a08b1005167c77a44896d4591.tar.gz
hdf5-3444e46ea08a415a08b1005167c77a44896d4591.tar.bz2
[svn-r28017] mem leak fix.
Diffstat (limited to 'hl/test/test_lite.c')
-rw-r--r--hl/test/test_lite.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/hl/test/test_lite.c b/hl/test/test_lite.c
index 9d625e9..f3258d6 100644
--- a/hl/test/test_lite.c
+++ b/hl/test/test_lite.c
@@ -1282,6 +1282,7 @@ static int test_strings(void)
HDfree(dt_str);
goto out;
}
+ HDfree(dt_str);
/* Length of the character buffer is smaller then needed */
str_len = 21;