]> git.alsa-project.org Git - alsa-lib.git/commit
Fixes: 5600b901 ("async: snd_async_del_handler - move clear signal using sigaction...
authorJaroslav Kysela <perex@perex.cz>
Fri, 6 Sep 2024 07:58:47 +0000 (09:58 +0200)
committerJaroslav Kysela <perex@perex.cz>
Fri, 6 Sep 2024 07:58:47 +0000 (09:58 +0200)
commit3b9f3b9431fe7adeca0bd3917f26a8877a1ee7e6
tree8c5d5017e0fe466941c2dd9f1302a2af1bfb83c6
parent645668dca2c554b43b2fbf053a7ac3699f1beae6
Fixes: 5600b901 ("async: snd_async_del_handler - move clear signal using sigaction as last")
A wrong list head is used to check if the given list with async handlers
is empty. Correct this.

Link: https://github.com/alsa-project/alsa-lib/issues/394
Signed-off-by: Jaroslav Kysela <perex@perex.cz>
src/async.c