On 8/3/22 18: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: Philippe Mathieu-Daudé <f4...@amsat.org>