On 2/7/20 7:01 AM, Alex Bennée wrote: > TCG plugins are responsible for their own memory usage and although > the plugin_exit is tied to the end of execution in this case it is > still poor practice. Ensure we delete the hash table and related data > when we are done to be a good plugin citizen. > > Signed-off-by: Alex Bennée <alex.ben...@linaro.org> > --- > tests/plugin/howvec.c | 12 +++++++++++- > 1 file changed, 11 insertions(+), 1 deletion(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~