Home
last modified time | relevance | path

Searched hist:e8b18addee32d1f389573b4c116e67ae230216ad (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/
H A Dsoc-core.cdiff e8b18addee32d1f389573b4c116e67ae230216ad Mon Mar 11 11:35:14 CDT 2013 Wei Yongjun <yongjun_wei@trendmicro.com.cn> 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 <yongjun_wei@trendmicro.com.cn>
Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>