On 27/2/26 14:57, Peter Maydell wrote:
We allocate the string for the GPIO property name, but never free it. Use g_autofree to avoid this.Signed-off-by: Peter Maydell <[email protected]> --- hw/gpio/aspeed_gpio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
