[libvirt PATCH] tests: qemublocktest: fix memory leak

Ján Tomko jtomko at redhat.com
Fri Mar 17 14:39:55 UTC 2023


Set enccount to 1, so the cleanup function knows
there is something to be cleaned up.

Fixes: 1992ae40fac90c315d0d8d1a9c6f880bd0a39b57

Signed-off-by: Ján Tomko <jtomko at redhat.com>
---
Pushed as a trivial build fix.

 tests/qemublocktest.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/qemublocktest.c b/tests/qemublocktest.c
index 2d790e2b2e..9a968477d7 100644
--- a/tests/qemublocktest.c
+++ b/tests/qemublocktest.c
@@ -242,6 +242,7 @@ testQemuDiskXMLToJSONFakeSecrets(virStorageSource *src)
 
         srcpriv->encinfo[0]->alias = g_strdup_printf("%s-encalias",
                                                      NULLSTR(src->nodeformat));
+        srcpriv->enccount = 1;
     }
 
     return 0;
-- 
2.39.2



More information about the libvir-list mailing list