Skip to content
Snippets Groups Projects
Commit 46aaa9ef authored by Julian Bouzas's avatar Julian Bouzas
Browse files

tests: fix memleak when destroying test server

parent 8e719eb4
No related branches found
No related tags found
No related merge requests found
......@@ -41,4 +41,5 @@ wp_test_server_teardown (WpTestServer *self)
pw_thread_loop_stop (self->thread_loop);
pw_context_destroy (self->context);
pw_thread_loop_destroy (self->thread_loop);
g_free (self->name);
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment