git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a6a2f2a
)
sh: Fix memory leak in dwarf_unwind_stack()
author
Matt Fleming
<matt@console-pimps.org>
Sat, 10 Oct 2009 15:03:11 +0000
(16:03 +0100)
committer
Matt 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