mirror of
https://gitlab.freedesktop.org/pipewire/wireplumber.git
synced 2026-05-08 02:18:03 +02:00
tests: fix memleak when destroying test server
This commit is contained in:
parent
8e719eb47c
commit
46aaa9ef4f
1 changed files with 1 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue