From: Mark Brown Date: Sat, 22 Mar 2014 18:29:15 +0000 (+0000) Subject: ASoC: pcm: Drop incorrect double/extra frees X-Git-Tag: v3.15-rc1~142^2^2~8^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=017d9491ce203c620ad1377f46a3ce78d554b2de;p=pandora-kernel.git ASoC: pcm: Drop incorrect double/extra frees The changes in "ASoC: pcm: free path list before exiting from error conditions" actually introduced both double frees (in case where the path list was allocated but empty) and frees of unallocated memory (in cases where the error being handled was -ENOMEM. Drop the commit for now. Fixes: e4ad1accb (ASoC: pcm: free path list before exiting from error conditions) Reported-by: Ben Hutchings Signed-off-by: Mark Brown Cc: stable@vger.kernel.org --- Reading git-diff-tree failed