On 5 November 2018 at 19:44, Alistair Francis <[email protected]> wrote: > Coverity caught a malloc() call that was never freed. This patch ensures > that we free the memory but also updates the allocation to use > g_strdup_printf() instead of malloc(). > > Signed-off-by: Alistair Francis <[email protected]> > Suggested-by: Peter Maydell <[email protected]>
Reviewed-by: Peter Maydell <[email protected]> thanks -- PMM
