summaryrefslogtreecommitdiffstats
path: root/test/cache_logging.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-11-28 18:01:10 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-11-28 18:01:10 (GMT)
commit978e83fb5b5715de26ffb795ed5cabd63d729cd0 (patch)
treeb5e47ce726741016bf6a04604973419a0f9a1063 /test/cache_logging.c
parent2c3d02e6e5771c05e666d4ccf4a77915d0bf1e50 (diff)
parent1921f7f4ad8cf3e7ef271183b6af897b3af87ab9 (diff)
downloadhdf5-978e83fb5b5715de26ffb795ed5cabd63d729cd0.zip
hdf5-978e83fb5b5715de26ffb795ed5cabd63d729cd0.tar.gz
hdf5-978e83fb5b5715de26ffb795ed5cabd63d729cd0.tar.bz2
Merge branch 'develop' into eoc_valgrind_bugfix
Diffstat (limited to 'test/cache_logging.c')
-rw-r--r--test/cache_logging.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/cache_logging.c b/test/cache_logging.c
index a5e399c..9190a8a 100644
--- a/test/cache_logging.c
+++ b/test/cache_logging.c
@@ -132,6 +132,7 @@ test_logging_api(void)
TEST_ERROR;
/* Clean up */
+ HDfree(location);
if(H5Fclose(fid) < 0)
TEST_ERROR;