mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-10-31 10:23:09 +00:00
155151a3d0
Via coccinelle (not the handbag!) spatches used: @ rule1 @ identifier a, b; symbol NULL; @@ - b = a; ... when != a - a = NULL; + b = g_steal_pointer(&a); @@ - *b = a; ... when != a - a = NULL; + *b = g_steal_pointer(&a); Signed-off-by: Kristina Hanicova <khanicov@redhat.com> Reviewed-by: Ján Tomko <jtomko@redhat.com> Signed-off-by: Ján Tomko <jtomko@redhat.com> |
||
---|---|---|
.. | ||
interface_backend_netcf.c | ||
interface_backend_udev.c | ||
interface_driver.c | ||
interface_driver.h | ||
meson.build | ||
virtinterfaced.init.in | ||
virtinterfaced.service.in | ||
virtinterfaced.sysconf |