https://sourceware.org/bugzilla/show_bug.cgi?id=28448
yuxian.chen at intel dot com changed:
What|Removed |Added
Summary|Memory leak in |Memory leak in function
https://sourceware.org/bugzilla/show_bug.cgi?id=28448
yuxian.chen at intel dot com changed:
What|Removed |Added
CC||yuxian.chen at intel
Assignee: unassigned at sourceware dot org
Reporter: yuxian.chen at intel dot com
Target Milestone: ---
BFD linker allocates memory to store symbols but the memory is not freed after
add_symbols function is done.
Memory leak issue can be seen by running Valgrind.
How to