Added missing free() call to test_misc19().

This commit is contained in:
Dana Robinson 2017-06-30 21:06:29 -07:00
parent 0d6930d3c2
commit d342358a3b

View File

@ -3445,6 +3445,8 @@ test_misc19(void)
} H5E_END_TRY;
VERIFY(ret, FAIL, "H5FDunregister");
HDfree(vfd_cls);
} /* end test_misc19() */
/****************************************************************