diff options
author | Dana Robinson <derobins@hdfgroup.org> | 2017-07-01 04:06:29 (GMT) |
---|---|---|
committer | Dana Robinson <derobins@hdfgroup.org> | 2017-07-01 04:06:29 (GMT) |
commit | d342358a3b1acd5712b3c136c3985db414f6f673 (patch) | |
tree | 13c39ad4f087714cb6c2e534f3895a05ced06757 /test | |
parent | 0d6930d3c2c66798033c3c5c47beb969082fea12 (diff) | |
download | hdf5-d342358a3b1acd5712b3c136c3985db414f6f673.zip hdf5-d342358a3b1acd5712b3c136c3985db414f6f673.tar.gz hdf5-d342358a3b1acd5712b3c136c3985db414f6f673.tar.bz2 |
Added missing free() call to test_misc19().
Diffstat (limited to 'test')
-rw-r--r-- | test/tmisc.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/tmisc.c b/test/tmisc.c index 587a937..bec80b2 100644 --- a/test/tmisc.c +++ b/test/tmisc.c @@ -3445,6 +3445,8 @@ test_misc19(void) } H5E_END_TRY; VERIFY(ret, FAIL, "H5FDunregister"); + HDfree(vfd_cls); + } /* end test_misc19() */ /**************************************************************** |