]> git.baikalelectronics.ru Git - kernel.git/commit
ASoC: Intel: Skylake: Fix memory leak during init instance
authorMousumi Jana <mousumix.jana@intel.com>
Thu, 28 Apr 2016 13:15:26 +0000 (18:45 +0530)
committerMark Brown <broonie@kernel.org>
Mon, 2 May 2016 11:02:17 +0000 (12:02 +0100)
commitf8d312ca637164a3e79c2ad53f12dc48fcdb3acb
treeac40d721fe247ed9f57ad117698c24d322d7e200
parentd3bf9cab22fe9593f2f98c73923e6bc5f2662283
ASoC: Intel: Skylake: Fix memory leak during init instance

param_data variable is allocated during set module format of init
instance is not getting freed and hence can cause a memory leak.
So free it up.

Signed-off-by: Mousumi Jana <mousumix.jana@intel.com>
Signed-off-by: Vinod Koul <vinod.koul@intel.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
sound/soc/intel/skylake/skl-messages.c