Home
last modified time | relevance | path

Searched hist:"181 a68927b9e6ff7c0ea093c2f056eeb0552a911" (Results 1 – 1 of 1) sorted by relevance

/openbmc/linux/sound/soc/
H A Dsoc-core.cdiff 181a68927b9e6ff7c0ea093c2f056eeb0552a911 Wed Mar 14 15:18:49 CDT 2012 Mark Brown <broonie@opensource.wolfsonmicro.com> ASoC: core: Fix obscure leak of runtime array

We're currently not freeing card->rtd in cases where the card is
unregistered before being instantiated - convert it to devm_kzalloc() to
make sure that happens.

Signed-off-by: Mark Brown <broonie@opensource.wolfsonmicro.com>
Acked-by: Liam Girdwood <lrg@ti.com>