On 3/8/22 07:03, Peter Maydell wrote:
In npcm7xx_clk_sel_init() we allocate a string with g_strdup_printf(). Use g_autofree so we free it rather than leaking it.(Detected with the clang leak sanitizer.) Signed-off-by: Peter Maydell<peter.mayd...@linaro.org> --- hw/misc/npcm7xx_clk.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-)
Reviewed-by: Richard Henderson <richard.hender...@linaro.org> r~