]> git.karo-electronics.de Git - karo-tx-linux.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)
commitc3421a6a65abc636b067eb15a4c5e9cb59e91c95
treeec50c022c5d5f32848a5883fb1a125633678120f
parentcc9d4714a8da98f905c63d74e9897fc6f4563fca
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