]> git.alsa-project.org Git - alsa-lib.git/commit
Fix missing snd_dlclose() in timer handlers
authorTakashi Iwai <tiwai@suse.de>
Tue, 25 Apr 2006 15:26:16 +0000 (17:26 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Apr 2006 15:26:16 +0000 (17:26 +0200)
commitb9c53dd96288c7f9defd7f812f7a0f06bf58e20e
tree54f8391b0abf8a2ef05c3016b7d2142ae3c05bfb
parent34e99ad251502bcadbbba53ba69dc3f2f0516e69
Fix missing snd_dlclose() in timer handlers

Call snd_dlclose() properly for the dlopened handlers in timer
and timer_query closing functions.
src/timer/timer.c
src/timer/timer_local.h
src/timer/timer_query.c