commit | 3daa7ea650d59ae86926f0ced4c4ccd99ab33fda | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jj@chaosbits.net> | Thu Jan 06 22:19:47 2011 +0100 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Jan 10 11:13:42 2011 +0100 |
tree | 775ded9a8f63af06d45c79fceac55be3126c36f6 | |
parent | 689c69120ea3c8db069e11a7065ceffee90d0460 [diff] |
ALSA: Don't leak in sound/core/oss/pcm_oss.c::snd_pcm_hw_param_near() 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>