Revision b0f12c61de013ecb0abe19d5e64bdab45989de5a authored by Charles Keepax on 16 August 2016, 10:24:46 UTC, committed by Mark Brown on 16 August 2016, 10:52:31 UTC
After we have called dpcm_path_get we should make sure to call
dpcm_path_put on all error paths. This was not happening causing the
allocated widget list to be leaked, this patch corrects this by adding a
dpcm_path_put to the error path.

Signed-off-by: Charles Keepax <ckeepax@opensource.wolfsonmicro.com>
Signed-off-by: Mark Brown <broonie@kernel.org>
1 parent 29b4817
Raw File
.cocciconfig
[spatch]
	options = --timeout 200
	options = --use-gitgrep
back to top