From: Matt Fleming Date: Sat, 10 Oct 2009 15:03:11 +0000 (+0100) Subject: sh: Fix memory leak in dwarf_unwind_stack() X-Git-Tag: v2.6.33-rc1~347^2~27^2~92^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ed4fe7f488008f38d5f423f0bcc736b1779d6ddc;p=pandora-kernel.git sh: Fix memory leak in dwarf_unwind_stack() If we broke out of the while (1) loop because the return address of "frame" was zero, then "frame" needs to be free'd before we return. Signed-off-by: Matt Fleming --- Reading git-diff-tree failed