Closed GoogleCodeExporter closed 9 years ago
How is your application structured? If both CefInitialize and CefShutdown are
called from a single main() function as demonstrated by the CEF sample
applications then the ScopedNSAutoreleasePool in content_main_runner.cc should
behave as expected.
Original comment by magreenb...@gmail.com
on 20 Nov 2014 at 5:14
We use CEF as an embedded component and we own the message loop. We call
CefDoMessageLoopWork and not CefRunMessageLoop.
Original comment by jsba...@gmail.com
on 20 Nov 2014 at 5:21
Original comment by magreenb...@gmail.com
on 20 Nov 2014 at 5:24
The original description is a bit confusing (I apologize). Where we refer to
OSR mode, we mean to refer to the fact that we own the message loop (using
CefDoMessageLoopWork and not CefRunMessageLoop). The reference to OSR is not
related to this issue.
Original comment by jsba...@gmail.com
on 20 Nov 2014 at 6:03
I have created the following crbug for this:
https://code.google.com/p/chromium/issues/detail?id=458596&thanks=458596&ts=1423
852316
Original comment by jsba...@gmail.com
on 13 Feb 2015 at 6:32
Original issue reported on code.google.com by
jsba...@gmail.com
on 20 Nov 2014 at 5:09