aboutsummaryrefslogtreecommitdiffstats
path: root/src/thread/Id.hxx
diff options
context:
space:
mode:
authorNix <nix@esperi.org.uk>2014-11-24 13:02:07 +0000
committerMax Kellermann <max@duempel.org>2014-12-01 22:14:09 +0100
commit811af02f56a829fb2177d25b7eb4f93212a4ea9e (patch)
tree3ee8e30b56954324a64c4bf89644efc96bcb2d48 /src/thread/Id.hxx
parent8780e23ed32b7bd90663f62fb6a2b68e00983bcb (diff)
downloadmpd-811af02f56a829fb2177d25b7eb4f93212a4ea9e.tar.gz
mpd-811af02f56a829fb2177d25b7eb4f93212a4ea9e.tar.xz
mpd-811af02f56a829fb2177d25b7eb4f93212a4ea9e.zip
Output: start with a null mixer.
There are code paths (mostly error cases) in which it is possible to initialize an AudioOutput and then kill it without ever calling audio_output_new(). In such a case, its destructor will attempt to free a mixer that was never initialized, leading to an attempt to take out a lock on a mutex that was similarly never initialized, which hangs forever. Fix by always initializing the mixer appropriately.
Diffstat (limited to 'src/thread/Id.hxx')
0 files changed, 0 insertions, 0 deletions