From: Wei Yongjun Date: Mon, 11 Mar 2013 16:35:14 +0000 (+0800) Subject: ASoC: core: fix possible memory leak in snd_soc_bytes_put() X-Git-Tag: v3.9-rc6~16^2~7^2~6^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e8b18addee32d1f389573b4c116e67ae230216ad;p=pandora-kernel.git ASoC: core: fix possible memory leak in snd_soc_bytes_put() 'data' is malloced in snd_soc_bytes_put() and should be freed before leaving from the error handling cases, otherwise it will cause memory leak. Signed-off-by: Wei Yongjun Signed-off-by: Mark Brown --- Reading git-diff-tree failed