On 9/3/26 10:38, Cédric Le Goater wrote:
object_get_canonical_path() returns an allocated string that must be freed by the caller. Use g_autofree variables to ensure that memory is not leaked.Resolves: Coverity CID 1645550 Resolves: Coverity CID 1645553 Signed-off-by: Cédric Le Goater <[email protected]> --- hw/i3c/dw-i3c.c | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-)
Reviewed-by: Philippe Mathieu-Daudé <[email protected]>
