]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: topology: Dont free template strings whilst they are in use.
authorLiam Girdwood <liam.r.girdwood@linux.intel.com>
Tue, 6 Jun 2017 14:45:09 +0000 (15:45 +0100)
committerMark Brown <broonie@kernel.org>
Wed, 7 Jun 2017 19:05:40 +0000 (20:05 +0100)
commit1ea32c5338360bcb9e2d8a567644ce8ca598b16b
treeec50c022c5d5f32848a5883fb1a125633678120f
parentc7757a623eeae81b2dad8403091445e5a01259b3
ASoC: topology: Dont free template strings whilst they are in use.

Template name pointers are copied when creating new widgets and are freed
in widget destroy.

Signed-off-by: Liam Girdwood <liam.r.girdwood@linux.intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/soc-topology.c