qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH v4 06/13] test-char: unref chardev-udp after test


From: Anton Nefedov
Subject: [Qemu-devel] [PATCH v4 06/13] test-char: unref chardev-udp after test
Date: Mon, 26 Jun 2017 19:45:43 +0300

this is only not a problem if the test is last in a suite,
otherwise it makes the following main_loop() calls to fail

Signed-off-by: Anton Nefedov <address@hidden>
Reviewed-by: Marc-André Lureau <address@hidden>
---
 tests/test-char.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/tests/test-char.c b/tests/test-char.c
index 1f6b9bc..90b1f50 100644
--- a/tests/test-char.c
+++ b/tests/test-char.c
@@ -452,6 +452,8 @@ static void char_udp_test(void)
 
     close(sock);
     g_free(tmp);
+    qemu_chr_fe_deinit(&be);
+    object_unparent(OBJECT(chr));
 }
 
 #ifdef HAVE_CHARDEV_SERIAL
-- 
2.7.4




reply via email to

[Prev in Thread] Current Thread [Next in Thread]