ckehin123 / google-breakpad

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

GoogleCrashdumpUploader leaks instances of LibcurlWrapper. #574

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
GoogleCrashdumpUploader creates, but never destroy it's instance of 
LibcurlWrapper. This is not a problem for some users of GoogleCrashdumpUploader 
(Chrome) which (currently) create one instance of the crash reporter, use it, 
and then terminate. However, if this ever changes then memory leaks would ensue.

Original issue reported on code.google.com by cmumford@chromium.org on 31 Mar 2014 at 5:42

Attachments:

GoogleCodeExporter commented 9 years ago
Please use gcl from depot_tools to upload the patch to breakpad.appspot.com for 
review.

Original comment by thestig@chromium.org on 31 Mar 2014 at 7:09