]> git.alsa-project.org Git - alsa-lib.git/commit
Fix the error path of snd_pcm_hook_add_conf()
authorTakashi Iwai <tiwai@suse.de>
Tue, 25 Apr 2006 15:32:23 +0000 (17:32 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 25 Apr 2006 15:32:23 +0000 (17:32 +0200)
commit9123203f8d2fd3cbed64a59bdf7bd3fc4576b55c
treed3a7317fd2daeaa8b02722f6c55ad331e438bae9
parent9c69158f31c1a35edd6580dc4c6bcd657fd17981
Fix the error path of snd_pcm_hook_add_conf()

Fixed the segfault in the error path of snd_pcm_hook_add_conf()
(calling invalid install_func pointer).
Also, added the missing snd_dlclose() to release the handle properly.
src/pcm/pcm_hooks.c