OSDN Git Service

macfb: fix a memory leak (CID 1465231)
authorLaurent Vivier <laurent@vivier.eu>
Fri, 5 Nov 2021 16:52:54 +0000 (17:52 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Tue, 9 Nov 2021 15:42:49 +0000 (16:42 +0100)
commit5db83c7e90ec6c0b28995b537bb03942edcd4164
tree1609f3760d6c37a5caa6db94844e91c9f818ccaa
parent2b22e7540d6ab4efe82d442363e3fc900cea6584
macfb: fix a memory leak (CID 1465231)

Rewrite the function using g_string_append_printf() rather than
g_strdup_printf()/g_strconcat().

Fixes: df8abbbadf74 ("macfb: add common monitor modes supported by the MacOS toolbox ROM")
Cc: mark.cave-ayland@ilande.co.uk
Reported-by: Peter Maydell <peter.maydell@linaro.org>
Suggested-by: Peter Maydell <peter.maydell@linaro.org>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
Reviewed-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Mark Cave-Ayland <mark.cave-ayland@ilande.co.uk>
Message-Id: <20211105165254.3544369-1-laurent@vivier.eu>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
hw/display/macfb.c