From: Marc-André Lureau Date: Fri, 9 Jun 2017 13:33:37 +0000 (+0400) Subject: tests: check-qom-proplist: fix leak X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=80792eb9257588d9a554605f3411cbc7ed51e9bc;p=qemu.git tests: check-qom-proplist: fix leak user_creatable_add_opts() returns a reference (the other reference is for the root parent/child link). Leak introduced in commit a1af255f065cc. Signed-off-by: Marc-André Lureau Reviewed-by: Markus Armbruster Signed-off-by: Michael Tokarev --- diff --git a/tests/check-qom-proplist.c b/tests/check-qom-proplist.c index 432b66585f..c51e6e734d 100644 --- a/tests/check-qom-proplist.c +++ b/tests/check-qom-proplist.c @@ -428,6 +428,8 @@ static void test_dummy_createcmdl(void) g_assert(err == NULL); error_free(err); + object_unref(OBJECT(dobj)); + /* * cmdline-parsing via qemu_opts_parse() results in a QemuOpts entry * corresponding to the Object's ID to be added to the QemuOptsList