ericmckean / chromedriver

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

possible leak in devtools_client_impl.cc #927

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
user email claims:

"""
Chromedriver is leaking at precisely devtools_client_impl.cc:242.

The ResponseInfo object that is getting created here is never being garbage 
collected.
"""

User workaround indicates that this may not be an actual leak -- i.e., we still 
have references to the memory -- but that we're leaving stale entries in 
response_info_map_.

Original issue reported on code.google.com by jbudorick@chromium.org on 8 Oct 2014 at 5:11

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 10 Oct 2014 at 6:22

GoogleCodeExporter commented 9 years ago

Original comment by samu...@chromium.org on 11 Oct 2014 at 1:44