diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2016-11-23 01:55:03 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2016-11-23 01:55:03 (GMT) |
commit | e2863ca880a6983558d3ba3e5219164a57287f04 (patch) | |
tree | 26d4ce5f062ab8ef24b4d70447648f007897110f /test/cache_logging.c | |
parent | fff898558e3c828070abe81b4147bd959ed37ccb (diff) | |
download | hdf5-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.c | 1 |
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; |