]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: topology: fix memory leak in soc_tplg_dapm_widget_create
authorBard liao <yung-chuan.liao@linux.intel.com>
Fri, 25 Jan 2019 20:06:45 +0000 (14:06 -0600)
committerMark Brown <broonie@kernel.org>
Tue, 29 Jan 2019 18:03:32 +0000 (18:03 +0000)
commit96d1b947a740c07ff93755ec8995814c70af098f
treef33eaaa27c959e02dd9c993a117d3acd3a8f2fcc
parent91fba2c5d0a40afc2ff18da764a93a5e38b883b8
ASoC: topology: fix memory leak in soc_tplg_dapm_widget_create

template.sname and template.name are only freed when an error occur.
They should be freed in the success return case, too.

Signed-off-by: Bard liao <yung-chuan.liao@linux.intel.com>
Signed-off-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c