[alsa-devel] bug in salsa async handler + patch
Takashi Iwai
tiwai at suse.de
Wed Apr 22 17:45:51 CEST 2009
At Fri, 17 Apr 2009 20:30:45 +0100,
maarten van es wrote:
>
> Hi,
>
> I couldn't find where or how to submit patches for salsa, so here
> goes. This patch resolves random program crashes when using libsalsa
> with an async handler: snd_async_del_handler does not correctly
> maintain its list of async handlers. This patch is for
> salsa-lib-0.0.21, the latest stable version.
>
> change src/async.c, line 118
> async_list = h;
>
> to src/async.c, line 118
> async_list = h->next;
Thanks, fixed and released as version 0.0.22 now.
Takashi
More information about the Alsa-devel
mailing list