[PATCH 0/4] Couple of misc cleanups

Michal Privoznik posted 4 patches 2 years, 3 months ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1643640752.git.mprivozn@redhat.com
src/conf/domain_conf.c                |  1 -
src/conf/nwfilter_conf.c              |  1 -
src/esx/esx_vi.c                      |  6 ++----
src/hyperv/hyperv_driver.c            |  8 +++-----
src/hyperv/hyperv_wmi.c               |  3 +--
src/hypervisor/virhostdev.c           |  3 +--
src/libxl/xen_common.c                | 12 ++++--------
src/qemu/qemu_hotplug.c               |  6 ++----
src/qemu/qemu_migration.c             |  9 +++------
src/storage/storage_backend_gluster.c |  9 +++------
src/storage/storage_util.c            |  6 ++----
src/test/test_driver.c                |  1 -
src/util/virfile.c                    |  3 +--
src/util/virlease.c                   |  3 +--
src/util/virnuma.c                    |  9 +++------
tests/virpcivpdtest.c                 |  4 +++-
tests/virtypedparamtest.c             |  1 -
17 files changed, 29 insertions(+), 56 deletions(-)
[PATCH 0/4] Couple of misc cleanups
Posted by Michal Privoznik 2 years, 3 months ago
*** BLURB HERE ***

Michal Prívozník (4):
  test_driver: Don't leak @group_name
  lib: Don't set variable to NULL after VIR_FREE()
  virpcivpdtest: Fix potential double-free()
  src: Use g_steal_pointer() more

 src/conf/domain_conf.c                |  1 -
 src/conf/nwfilter_conf.c              |  1 -
 src/esx/esx_vi.c                      |  6 ++----
 src/hyperv/hyperv_driver.c            |  8 +++-----
 src/hyperv/hyperv_wmi.c               |  3 +--
 src/hypervisor/virhostdev.c           |  3 +--
 src/libxl/xen_common.c                | 12 ++++--------
 src/qemu/qemu_hotplug.c               |  6 ++----
 src/qemu/qemu_migration.c             |  9 +++------
 src/storage/storage_backend_gluster.c |  9 +++------
 src/storage/storage_util.c            |  6 ++----
 src/test/test_driver.c                |  1 -
 src/util/virfile.c                    |  3 +--
 src/util/virlease.c                   |  3 +--
 src/util/virnuma.c                    |  9 +++------
 tests/virpcivpdtest.c                 |  4 +++-
 tests/virtypedparamtest.c             |  1 -
 17 files changed, 29 insertions(+), 56 deletions(-)

-- 
2.34.1