sh: Fix memory leak in dwarf_unwind_stack()
authorMatt Fleming <matt@console-pimps.org>
Sat, 10 Oct 2009 15:03:11 +0000 (16:03 +0100)
committerMatt Fleming <matt@console-pimps.org>
Sun, 11 Oct 2009 16:12:28 +0000 (17:12 +0100)
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 <matt@console-pimps.org>

No differences found