From: Dan Carpenter Date: Mon, 22 Jul 2013 06:56:54 +0000 (+0300) Subject: ASoC: core: double free in snd_soc_add_platform() X-Git-Tag: v3.11-rc3~13^2^2~4^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b5c745fb75b7e5ab06e9c99d63427595a234cc89;p=pandora-kernel.git ASoC: core: double free in snd_soc_add_platform() There are three callers for this function, and none of them want it to free platform for them. It leads to a double free. Signed-off-by: Dan Carpenter Signed-off-by: Mark Brown --- Reading git-diff-tree failed