]> git.tuebingen.mpg.de Git - paraslash.git/commitdiff
alsa: Do not call alsa shutdown functions if alsa wasn't yet initialized.
authorAndre Noll <maan@systemlinux.org>
Fri, 1 May 2009 12:05:47 +0000 (14:05 +0200)
committerAndre Noll <maan@systemlinux.org>
Fri, 1 May 2009 12:05:47 +0000 (14:05 +0200)
This might happen if the wng is destroyed before any output was
produced. This bug could trigger

para_audiod: pcm.c:1105: snd_pcm_drain: Assertion `pcm' failed

causing audiod to crash.


No differences found