ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near()
authorJesper Juhl <jj@chaosbits.net>
Thu, 6 Jan 2011 21:19:47 +0000 (22:19 +0100)
committerTakashi Iwai <tiwai@suse.de>
Mon, 10 Jan 2011 10:13:42 +0000 (11:13 +0100)
snd_pcm_hw_param_near() will leak the memory allocated to 'save' if the
call to snd_pcm_hw_param_max() returns less than zero.
This patch makes sure we never leak.

Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Takashi Iwai <tiwai@suse.de>

No differences found