commit | 1f3b14072bacc80d62597ed7798e3daf7615dcc6 | [log] [tgz] |
---|---|---|
author | Wei Yongjun <yongjun_wei@trendmicro.com.cn> | Sun Sep 02 22:10:27 2012 +0800 |
committer | Takashi Iwai <tiwai@suse.de> | Mon Sep 03 10:08:28 2012 +0200 |
tree | a848225ed17cd84c6c3eecb0c16e7d4e12bb457f | |
parent | a03e4a66c71b2bb33dc795eb6451a3d2ad1398bb [diff] |
ALSA: fix possible memory leak in snd_mixer_oss_build_input() uinfo has been allocated in this function and should be freed before leaving from the error handling cases. spatch with a semantic match is used to found this problem. (http://coccinelle.lip6.fr/) Signed-off-by: Wei Yongjun <yongjun_wei@trendmicro.com.cn> Signed-off-by: Takashi Iwai <tiwai@suse.de>