[PATCH 0/3] Use g_autoptr and g_autofree

Kristina Hanicova khanicov at redhat.com
Tue Feb 23 17:24:38 UTC 2021


This uses g_autofree (if possible) in file networkcommon_conf and
g_autoptr instead of virNetDevIPRouteFree where possible.

Kristina Hanicova (3):
  networkcommon_conf: Use g_autofree where possible
  Use g_autoptr instead of virNetDevIPRouteFree if possible
  Remove redundant variables/labels

 src/conf/domain_conf.c        |  3 +-
 src/conf/networkcommon_conf.c | 74 +++++++++++++++--------------------
 src/lxc/lxc_native.c          | 10 ++---
 src/vz/vz_sdk.c               |  3 +-
 4 files changed, 36 insertions(+), 54 deletions(-)

-- 
2.29.2




More information about the libvir-list mailing list