KingsleyYau / google-breakpad

Automatically exported from code.google.com/p/google-breakpad
0 stars 0 forks source link

DwarfCUToModule::FuncHandler::Finish() has memory leak #591

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
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 9 years ago

Original comment by thestig@chromium.org on 28 May 2014 at 7:10

GoogleCodeExporter commented 9 years ago
r1333

Original comment by thestig@chromium.org on 28 May 2014 at 4:52