[libvirt PATCH 0/8] More VIR_FREE removals

Laine Stump laine at redhat.com
Fri Feb 12 05:28:10 UTC 2021


Only 90 this time. These are all functions that behave similar to the
*Free() functions, but their names don't end in "Free" so I missed
them last time.

Laine Stump (8):
  esx: replace VIR_FREE with g_free in any ESX_VI__TEMPLATE__FREE
  conf: convert VIR_FREE to g_free in other functions that free their
    arg
  locking: convert VIR_FREE to g_free in other functions that free their
    arg
  openvz: convert VIR_FREE to g_free in other functions that free their
    arg
  remote: convert VIR_FREE to g_free in other functions that free their
    arg
  qemu: convert VIR_FREE to g_free in other functions that free their
    arg
  util: convert VIR_FREE to g_free in other functions that free their
    arg
  vmware: convert VIR_FREE to g_free in other functions that free their
    arg

 src/conf/capabilities.c           | 38 +++++++++++++++----------------
 src/esx/esx_vi.c                  | 18 +++++++--------
 src/esx/esx_vi_types.c            | 24 +++++++++----------
 src/locking/lock_manager.c        |  4 ++--
 src/openvz/openvz_conf.c          |  2 +-
 src/qemu/qemu_domain.c            |  2 +-
 src/qemu/qemu_driver.c            |  8 +++----
 src/remote/remote_daemon_stream.c |  2 +-
 src/util/virconf.c                |  4 ++--
 src/util/virerror.c               |  4 ++--
 src/util/virobject.c              |  2 +-
 src/util/virstring.c              |  4 ++--
 src/vmware/vmware_conf.c          |  4 ++--
 src/vmware/vmware_driver.c        |  4 ++--
 14 files changed, 60 insertions(+), 60 deletions(-)

-- 
2.29.2




More information about the libvir-list mailing list