mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-30 15:32:37 +08:00
Added missing free() call to test_misc19().
This commit is contained in:
parent
0d6930d3c2
commit
d342358a3b
@ -3445,6 +3445,8 @@ test_misc19(void)
|
||||
} H5E_END_TRY;
|
||||
VERIFY(ret, FAIL, "H5FDunregister");
|
||||
|
||||
HDfree(vfd_cls);
|
||||
|
||||
} /* end test_misc19() */
|
||||
|
||||
/****************************************************************
|
||||
|
Loading…
Reference in New Issue
Block a user