Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SQUASHME]ASoC: SOF: utils: fix memory leak of names during remove()
Change to use devm_kstrdup() for string duplicate allocation, which will be freed together with dev free, to fix memory leak (names are not freed) during remove(). Signed-off-by: Keyon Jie <yang.jie@linux.intel.com>
- Loading branch information