]> git.alsa-project.org Git - alsa-plugins.git/commit
pulse - Fix destruction order on failure
authorLennart Poettering <mznyfn@0pointer.de>
Thu, 25 Sep 2008 19:02:32 +0000 (21:02 +0200)
committerTakashi Iwai <tiwai@suse.de>
Fri, 26 Sep 2008 09:47:01 +0000 (11:47 +0200)
commitae975f9c06e429da9dc8821367d775a25af69fbb
treef6795628b96c6e00127de909d1e77f939ab926c0
parent2180062440a322576a6a382cddfb0e62eae44512
pulse - Fix destruction order on failure

If we failure we should make sure the event loop thread is not running
and hence not accessing our source/sink strings before we free those
strings.

Signed-off-by: Takashi Iwai <tiwai@suse.de>
pulse/ctl_pulse.c