[Spice-devel] [PATCH spice-server 1/2] test-stream-device: Remove interface before next loop
Frediano Ziglio
fziglio at redhat.com
Tue Mar 19 13:01:54 UTC 2019
We should not reuse the same interface twice as doing so will
cause dandling pointers.
Unregister it at every iteration.
Signed-off-by: Frediano Ziglio <fziglio at redhat.com>
---
server/tests/test-stream-device.c | 1 +
1 file changed, 1 insertion(+)
This avoids next patch to cause failure during tests.
diff --git a/server/tests/test-stream-device.c b/server/tests/test-stream-device.c
index e63952ac..ce37822f 100644
--- a/server/tests/test-stream-device.c
+++ b/server/tests/test-stream-device.c
@@ -342,6 +342,7 @@ static void test_stream_device(TestFixture *fixture, gconstpointer user_data)
g_assert(message_sizes_curr - message_sizes == 5 || !device_enabled);
check_vmc_error_message();
+ spice_server_remove_interface(&vmc_instance.base);
}
}
--
2.20.1
More information about the Spice-devel
mailing list