From ad15ca7104ca299c87b6ac86441573a00c589fef Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 10 Jan 2013 09:39:23 +0100 Subject: DecoderControl: take ownership of client_cond Don't let the "client" pass its own GCond. This was not used consistently. --- src/DecoderControl.hxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/DecoderControl.hxx') diff --git a/src/DecoderControl.hxx b/src/DecoderControl.hxx index f98a604f..42c28d78 100644 --- a/src/DecoderControl.hxx +++ b/src/DecoderControl.hxx @@ -133,7 +133,7 @@ struct decoder_control { G_GNUC_MALLOC struct decoder_control * -dc_new(GCond *client_cond); +dc_new(); void dc_free(struct decoder_control *dc); -- cgit v1.2.3