On Tue, Oct 20, 2020 at 10:26:07PM -0400, Laine Stump wrote: > These were nops once enough cleanup was g_auto'd. > > Signed-off-by: Laine Stump <laine@xxxxxxxxxx> > --- Probably not as trivial as the removal of the ones below, but IMO it would still be straightforward to also drop the cleanup label in virPCIDeviceGetDriverPathAndName. All is needed is not to touch the caller provided pointer until the very last moment you'd do a g_steal. Perhaps a candidate for a standalone patch, your call. Reviewed-by: Erik Skultety <eskultet@xxxxxxxxxx>