commit | e4ad1accb28d0ed8cea6f12395d58686ad344ca7 | [log] [tgz] |
---|---|---|
author | Patrick Lai <plai@codeaurora.org> | Sun Mar 02 11:52:57 2014 -0800 |
committer | Mark Brown <broonie@linaro.org> | Wed Mar 05 11:40:39 2014 +0800 |
tree | 7171abea1ce01772195cac36daeb67c0301057da | |
parent | 38dbfb59d1175ef458d006556061adeaa8751b72 [diff] |
ASoC: pcm: free path list before exiting from error conditions dpcm_path_get() allocates dynamic memory to hold path list. Corresponding dpcm_path_put() must be called to free the memory. dpcm_path_put() is not called under several error conditions. This leads to memory leak. Signed-off-by: Patrick Lai <plai@codeaurora.org> Signed-off-by: Mark Brown <broonie@linaro.org> Cc: stable@vger.kernel.org