From 0c8b059fac6e495bc5c588aae6d76533442ca821 Mon Sep 17 00:00:00 2001 From: Frediano Ziglio Date: Fri, 18 Nov 2016 12:56:36 +0000 Subject: [PATCH] replay: Free spice server to detect leaks Signed-off-by: Frediano Ziglio Acked-by: Pavel Grunt Acked-by: Jonathon Jongsma --- server/tests/replay.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/server/tests/replay.c b/server/tests/replay.c index f32fa2f5..23d41256 100644 --- a/server/tests/replay.c +++ b/server/tests/replay.c @@ -221,7 +221,6 @@ static void end_replay(void) kill(client_pid, SIGINT); waitpid(client_pid, &child_status, 0); } - exit(0); } static void release_resource(QXLInstance *qin, struct QXLReleaseInfoExt release_info) @@ -440,6 +439,7 @@ int main(int argc, char **argv) if (print_count) g_print("Counted %d commands\n", ncommands); + spice_server_destroy(server); end_replay(); g_async_queue_unref(display_queue); g_async_queue_unref(cursor_queue);