[PATCH 0/2] Revert parts of g_steal_pointer() rewrite

Michal Privoznik posted 2 patches 3 years ago
Test syntax-check failed
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/libvirt tags/patchew/cover.1616608792.git.mprivozn@redhat.com
src/libxl/libxl_driver.c |  9 ++++++---
src/lxc/lxc_driver.c     | 12 ++++++++----
src/qemu/qemu_driver.c   | 36 ++++++++++++++++++++++++------------
src/rpc/virnetsocket.c   |  3 ++-
4 files changed, 40 insertions(+), 20 deletions(-)
[PATCH 0/2] Revert parts of g_steal_pointer() rewrite
Posted by Michal Privoznik 3 years ago
A few hours ago, I've merged a patch that uses g_steal_pointer() instead
of its opened coded alternative. Well, turns out that some areas are
more fragile and rely on the open coded version.

https://gitlab.com/MichalPrivoznik/libvirt/-/pipelines/275871589

Michal Prívozník (2):
  virnetsocket: Revert part of g_steal_pointer() rewrite
  lib: Undo some g_steal_pointer() changes

 src/libxl/libxl_driver.c |  9 ++++++---
 src/lxc/lxc_driver.c     | 12 ++++++++----
 src/qemu/qemu_driver.c   | 36 ++++++++++++++++++++++++------------
 src/rpc/virnetsocket.c   |  3 ++-
 4 files changed, 40 insertions(+), 20 deletions(-)

-- 
2.26.2