summaryrefslogtreecommitdiffstats
path: root/test/tmisc.c
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2017-07-01 04:06:29 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2017-07-01 04:06:29 (GMT)
commitd342358a3b1acd5712b3c136c3985db414f6f673 (patch)
tree13c39ad4f087714cb6c2e534f3895a05ced06757 /test/tmisc.c
parent0d6930d3c2c66798033c3c5c47beb969082fea12 (diff)
downloadhdf5-d342358a3b1acd5712b3c136c3985db414f6f673.zip
hdf5-d342358a3b1acd5712b3c136c3985db414f6f673.tar.gz
hdf5-d342358a3b1acd5712b3c136c3985db414f6f673.tar.bz2
Added missing free() call to test_misc19().
Diffstat (limited to 'test/tmisc.c')
-rw-r--r--test/tmisc.c2
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() */
/****************************************************************