diff options
author | Aleksander Morgado <aleksander@aleksander.es> | 2014-11-09 16:53:33 +0100 |
---|---|---|
committer | Aleksander Morgado <aleksander@aleksander.es> | 2014-11-14 12:13:10 +0100 |
commit | 692e6d344a6b2b9d943a577cfe3df1994e6d42a4 (patch) | |
tree | a8df1c3d24fbd3a7ace3295993f79d9eeac60639 /plugins/tests/test-port-context.c | |
parent | bc410ce03f6bfbfc970a89d79f200cece4c582de (diff) |
tests,port-context: joining thread takes the reference already
Diffstat (limited to 'plugins/tests/test-port-context.c')
-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; } |