Threads are joined by spice_server_destroy, just need to release last resources. Signed-off-by: Frediano Ziglio <fziglio@xxxxxxxxxx> --- server/tests/replay.c | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/server/tests/replay.c b/server/tests/replay.c index 992f26d63..44f244457 100644 --- a/server/tests/replay.c +++ b/server/tests/replay.c @@ -481,9 +481,8 @@ int main(int argc, char **argv) free_queue(cursor_queue); end_replay(); - /* FIXME: there should be a way to join server threads before: - * g_main_loop_unref(loop); - */ + g_main_loop_unref(loop); + basic_event_loop_destroy(); return 0; } -- 2.20.1 _______________________________________________ Spice-devel mailing list Spice-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/spice-devel