From: Chenggang Qin
In function symbols__fixup_duplicate(), while the duplicated symbols are found,
only the rb_node are deleted. The symbol structures themself are ignored.
Then, these memory areas are lost.
This patch fixed the bug.
Thanks.
Cc: David Ahern
Cc: Peter Zijlstra
Cc: Paul Macker
On Sun, 1 Sep 2013 23:29:45 +0800, Chenggang Qin wrote:
> From: Chenggang Qin
>
> In function symbols__fixup_duplicate(), while the duplicated symbols are
> found,
> only the rb_node are deleted. The symbol structures themself are ignored.
> Then, these memory areas are lost.
> This patch fixed
From: Chenggang Qin
In function symbols__fixup_duplicate(), while the duplicated symbols are found,
only the rb_node are deleted. The symbol structures themself are ignored.
Then, these memory areas are lost.
This patch fixed the bug.
Thanks.
Cc: David Ahern
Cc: Peter Zijlstra
Cc: Paul Macker
3 matches
Mail list logo