diff options
author | Max Kellermann <max@duempel.org> | 2013-04-17 01:19:25 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-04-17 01:41:56 +0200 |
commit | a28df6123fef2047ec631d13c91156def6f7ab83 (patch) | |
tree | ba5690ea9747629874f2f36ebacfb9eab17f4fd5 /src/OutputFinish.cxx | |
parent | c5c43c4541f4434b4c5a5bc5914d6bc08f75ea94 (diff) | |
download | mpd-a28df6123fef2047ec631d13c91156def6f7ab83.tar.gz mpd-a28df6123fef2047ec631d13c91156def6f7ab83.tar.xz mpd-a28df6123fef2047ec631d13c91156def6f7ab83.zip |
OutputInternal: use Mutex instead of GMutex
Diffstat (limited to '')
-rw-r--r-- | src/OutputFinish.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/OutputFinish.cxx b/src/OutputFinish.cxx index a64c02d58..d36538a4e 100644 --- a/src/OutputFinish.cxx +++ b/src/OutputFinish.cxx @@ -35,9 +35,6 @@ ao_base_finish(struct audio_output *ao) if (ao->mixer != NULL) mixer_free(ao->mixer); - g_cond_free(ao->cond); - g_mutex_free(ao->mutex); - delete ao->replay_gain_filter; delete ao->other_replay_gain_filter; delete ao->filter; |