]> git.alsa-project.org Git - alsa-lib.git/commit
mixer: Fix missing hctl handle free in snd_mixer_attach_hctl()
authorTakashi Iwai <tiwai@suse.de>
Tue, 23 Sep 2014 07:11:27 +0000 (09:11 +0200)
committerTakashi Iwai <tiwai@suse.de>
Tue, 23 Sep 2014 07:11:27 +0000 (09:11 +0200)
commit7c1f36dbcbe8d60c6f90cbcf7e2e801cacbcd535
tree2d79d93659f2e5d06f504865cc50a1b0abd1b9ec
parentf78ba070b38c0711308d14ce642e78bc2a1a8fc6
mixer: Fix missing hctl handle free in snd_mixer_attach_hctl()

Yet another missing piece.

Also, update the function document to warn about the behavior at
error.

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