DwarfCUToModule::FuncHandler::Finish() has memory leak
Closed this issue · 2 comments
GoogleCodeExporter commented
Hi,
func created in DwarfCUToModule::FuncHandler::Finish() is not released when
func->address is 0.
It's really easy to fix, just delete when func->address is 0.
Original issue reported on code.google.com by shin...@google.com
on 28 May 2014 at 5:13
GoogleCodeExporter commented
Original comment by thestig@chromium.org
on 28 May 2014 at 7:10
- Changed state: Accepted
GoogleCodeExporter commented
r1333
Original comment by thestig@chromium.org
on 28 May 2014 at 4:52
- Changed state: Fixed