mirror of
https://gitlab.com/libvirt/libvirt.git
synced 2024-12-27 08:05:24 +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> |
||
---|---|---|
.. | ||
admin_protocol.x | ||
admin_remote.c | ||
admin_server_dispatch.c | ||
admin_server_dispatch.h | ||
admin_server.c | ||
admin_server.h | ||
libvirt_admin_private.syms | ||
libvirt_admin_public.syms | ||
libvirt-admin.c | ||
libvirt-admin.conf | ||
meson.build |