soundwire: stream: fix memory leak in stream config error path
authorRander Wang <rander.wang@intel.com>
Wed, 31 Mar 2021 00:46:10 +0000 (08:46 +0800)
committerVinod Koul <vkoul@kernel.org>
Tue, 6 Apr 2021 04:51:35 +0000 (10:21 +0530)
commit48f17f96a81763c7c8bf5500460a359b9939359f
treea26084a24568c2476368f7a676ad24cf38bea913
parentb26b48749b18eedb079866c94c4ea99e6a9ef52c
soundwire: stream: fix memory leak in stream config error path

When stream config is failed, master runtime will release all
slave runtime in the slave_rt_list, but slave runtime is not
added to the list at this time. This patch frees slave runtime
in the config error path to fix the memory leak.

Fixes: 89e590535f32 ("soundwire: Add support for SoundWire stream management")
Signed-off-by: Rander Wang <rander.wang@intel.com>
Reviewed-by: Keyon Jie <yang.jie@intel.com>
Reviewed-by: Guennadi Liakhovetski <guennadi.liakhovetski@linux.intel.com>
Reviewed-by: Pierre-Louis Bossart <pierre-louis.bossart@linux.intel.com>
Signed-off-by: Bard Liao <yung-chuan.liao@linux.intel.com>
Link: https://lore.kernel.org/r/20210331004610.12242-1-yung-chuan.liao@linux.intel.com
Signed-off-by: Vinod Koul <vkoul@kernel.org>
drivers/soundwire/stream.c