Peter Maydell c2a33809e5 hw/arm/sbsa-ref: Don't leak string in sbsa_fdt_add_gic_node()
In sbsa_fdt_add_gic_node() we g_strdup_printf() two nodename
strings, but only free one.

Since the string is actually entirely constant and we don't
make any use of printf's format-string operations, we can
drop the g_strdup_printf() use entirely.

Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Reviewed-by: Gavin Shan <gshan@redhat.com>
Message-id: 20240822162323.706382-1-peter.maydell@linaro.org
2024-09-05 13:12:37 +01:00
..
2024-07-21 07:46:38 +02:00
2024-05-03 15:47:47 +02:00
2024-05-03 15:47:47 +02:00
2024-09-05 13:12:36 +01:00
2024-05-03 15:47:47 +02:00
2024-07-24 15:39:43 +10:00
2024-07-23 20:30:36 +02:00
2024-09-05 13:12:36 +01:00
2024-09-05 13:12:36 +01:00
2024-04-25 09:43:29 -07:00
2024-09-05 13:12:36 +01:00
2024-07-23 20:30:36 +02:00
2024-09-05 13:12:36 +01:00
2024-05-03 15:47:48 +02:00
2024-05-06 10:19:56 -07:00
2024-07-24 12:58:46 +10:00
2024-06-16 21:08:54 +02:00
2024-05-10 15:45:15 +02:00