DecoderThread: signal the client after decoder finishes
Fixes potential dead lock bug.
This commit is contained in:
parent
51a8c109ab
commit
53117ac204
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user