Commit 53117ac2 authored by Max Kellermann's avatar Max Kellermann

DecoderThread: signal the client after decoder finishes

Fixes potential dead lock bug.
parent 51a8c109
......@@ -416,6 +416,8 @@ decoder_run_song(struct decoder_control *dc,
"Failed to decode %s", error_uri);
g_free(allocated);
}
g_cond_signal(dc->client_cond);
}
static void
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment