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

2017-05-31 Thread Marc-André Lureau
On Tue, May 30, 2017 at 6:06 PM Anton Nefedov wrote: > 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 > Reviewed-by: Marc-André Lureau > --- > tests/test-char.c | 2 ++ > 1 file changed,

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

2017-05-30 Thread Anton Nefedov
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 --- tests/test-char.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/test-char.c b/tests/test-char.c index f3b377f..d63d3d2 100644 --- a