Le 09/03/2020 à 11:41, Pan Nengyuan a écrit : > > > On 3/9/2020 5:16 PM, Laurent Vivier wrote: >> Le 07/03/2020 à 11:39, Marc-André Lureau a écrit : >>> Hi >>> >>> On Sat, Mar 7, 2020 at 3:53 AM Pan Nengyuan <[email protected]> wrote: >>>> >>>> Fix a memory leak in qdev_get_gpio_out_connector(). >>>> >>>> Reported-by: Euler Robot <[email protected]> >>>> Signed-off-by: Pan Nengyuan <[email protected]> >>> >>> good catch, >>> Reviewed-by: Marc-André Lureau <[email protected]> >> >> trivial question: >> >> Why do we prefer g_autofree() to the g_free() function? > > Honestly, it's no special reason in this case, just personal preference. :) > Both of them is ok.
I asked because the function above uses a g_free() for the same purpose. Thanks, Laurent
