]> git.alsa-project.org Git - alsa-lib.git/commit
PCM: Fix the invalid snd_pcm_close() calls in rate plugin
authorTakashi Iwai <tiwai@suse.de>
Wed, 10 Oct 2012 08:22:54 +0000 (10:22 +0200)
committerTakashi Iwai <tiwai@suse.de>
Wed, 10 Oct 2012 08:22:54 +0000 (10:22 +0200)
commit4bdb09126a32feb4394eaeb1d400d87e7c968770
tree724605b0030bdedefa039d6bce78d84a6f97d176
parenta9f395e97c12cea40ca1cddfbf0d5696651ea698
PCM: Fix the invalid snd_pcm_close() calls in rate plugin

It happens in the error path, should call snd_pcm_free() instead.

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