libvirt/src/interface
Michal Privoznik 0c30e7221c lib: Use g_steal_pointer() more
Generated by the following spatch:

  @@
  expression a, b;
  @@

  + b = g_steal_pointer(&a);
  - b = a;
    ... when != a
  - a = NULL;

Signed-off-by: Michal Privoznik <mprivozn@redhat.com>
Reviewed-by: Erik Skultety <eskultet@redhat.com>
2021-03-24 13:57:51 +01:00
..
interface_backend_netcf.c lib: Use g_steal_pointer() more 2021-03-24 13:57:51 +01:00
interface_backend_udev.c Do not check return value of VIR_REALLOC_N 2021-03-22 12:44:18 +01:00
interface_driver.c Use K&R style for curly braces in remaining files 2014-03-20 17:27:17 +01:00
interface_driver.h src/interface: use #pragma once in headers 2019-06-13 17:05:09 +02:00
meson.build build: Remove unused 'conflicts' key from virt_daemon_unit 2021-02-10 09:30:41 -07:00
virtinterfaced.init.in configure: Provide OpenRC scripts for sub-daemons 2019-12-16 10:11:22 +01:00
virtinterfaced.service.in systemd: Move timeout from service files to sysconf files 2020-04-03 11:50:50 +02:00
virtinterfaced.sysconf systemd: Move timeout from service files to sysconf files 2020-04-03 11:50:50 +02:00