[PATCH 02/16] qemuDomainHotplugAddIOThread: Automatically free virJSONValue

Peter Krempa pkrempa at redhat.com
Fri Dec 3 14:57:29 UTC 2021


Signed-off-by: Peter Krempa <pkrempa at redhat.com>
---
 src/qemu/qemu_driver.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/src/qemu/qemu_driver.c b/src/qemu/qemu_driver.c
index 6333d0af36..13e33a2289 100644
--- a/src/qemu/qemu_driver.c
+++ b/src/qemu/qemu_driver.c
@@ -5233,7 +5233,7 @@ qemuDomainHotplugAddIOThread(virQEMUDriver *driver,
     int new_niothreads = 0;
     qemuMonitorIOThreadInfo **new_iothreads = NULL;
     virDomainIOThreadIDDef *iothrid;
-    virJSONValue *props = NULL;
+    g_autoptr(virJSONValue) props = NULL;
     bool threadAdded = false;
     bool objectAdded = false;

@@ -5316,7 +5316,6 @@ qemuDomainHotplugAddIOThread(virQEMUDriver *driver,
     }
     virDomainAuditIOThread(vm, orig_niothreads, new_niothreads,
                            "update", ret == 0);
-    virJSONValueFree(props);
     return ret;

  exit_monitor:
-- 
2.31.1




More information about the libvir-list mailing list