summaryrefslogtreecommitdiffstats
path: root/test/cache_logging.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2016-11-23 01:55:03 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2016-11-23 01:55:03 (GMT)
commite2863ca880a6983558d3ba3e5219164a57287f04 (patch)
tree26d4ce5f062ab8ef24b4d70447648f007897110f /test/cache_logging.c
parentfff898558e3c828070abe81b4147bd959ed37ccb (diff)
downloadhdf5-e2863ca880a6983558d3ba3e5219164a57287f04.zip
hdf5-e2863ca880a6983558d3ba3e5219164a57287f04.tar.gz
hdf5-e2863ca880a6983558d3ba3e5219164a57287f04.tar.bz2
Fixed a few memory problems in test/cache_logging.c and
test/h5test.c (which show up in test/vfd.c).
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;