diff options
author | Max Kellermann <max@duempel.org> | 2013-01-10 09:39:23 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-10 10:01:18 +0100 |
commit | ad15ca7104ca299c87b6ac86441573a00c589fef (patch) | |
tree | 2b939699f60a1b929d3948fcd57933b10a6a95f0 /src/DecoderControl.hxx | |
parent | 53117ac204cd99d9695dc317a78527b43c8e87b7 (diff) | |
download | mpd-ad15ca7104ca299c87b6ac86441573a00c589fef.tar.gz mpd-ad15ca7104ca299c87b6ac86441573a00c589fef.tar.xz mpd-ad15ca7104ca299c87b6ac86441573a00c589fef.zip |
DecoderControl: take ownership of client_cond
Don't let the "client" pass its own GCond. This was not used
consistently.
Diffstat (limited to 'src/DecoderControl.hxx')
-rw-r--r-- | src/DecoderControl.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/DecoderControl.hxx b/src/DecoderControl.hxx index f98a604fa..42c28d785 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); |