commit | ed4fe7f488008f38d5f423f0bcc736b1779d6ddc | [log] [tgz] |
---|---|---|
author | Matt Fleming <matt@console-pimps.org> | Sat Oct 10 16:03:11 2009 +0100 |
committer | Matt Fleming <matt@console-pimps.org> | Sun Oct 11 17:12:28 2009 +0100 |
tree | 9d569f812409f9738a99b6a0d398028e85512a28 | |
parent | a6a2f2ad67506090e332f440457553c0ec011d68 [diff] |
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 <matt@console-pimps.org>