diff options
Diffstat (limited to 'plugins/tests')
-rw-r--r-- | plugins/tests/test-port-context.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/plugins/tests/test-port-context.c b/plugins/tests/test-port-context.c index cbf202f0..de8e6d3c 100644 --- a/plugins/tests/test-port-context.c +++ b/plugins/tests/test-port-context.c @@ -322,7 +322,6 @@ test_port_context_stop (TestPortContext *self) g_main_loop_quit (self->loop); g_thread_join (self->thread); - g_thread_unref (self->thread); self->thread = NULL; } |