]> git.alsa-project.org Git - alsa-tools.git/commit
hdspmixer - small memory leak fix
authorTakashi Iwai <tiwai@suse.de>
Tue, 29 Jan 2008 12:22:33 +0000 (13:22 +0100)
committerTakashi Iwai <tiwai@suse.de>
Tue, 29 Jan 2008 12:22:33 +0000 (13:22 +0100)
commit18a3037d871b019caa20684ce5cc7f19bbcc8f54
tree0b9de6fe734d4cf35cff5e15e058e16c1e59b8b8
parent60cb55c0f311abbcba32927f8e187003b36f01ba
hdspmixer - small memory leak fix

ALSA bug#3687
https://bugtrack.alsa-project.org/alsa-bug/view.php?id=3687

the hdspmixer application leaks one memory block, a c-style string
which is obtained by snd_card_get_longname, but never freed ...
hdspmixer/src/hdspmixer.cxx