Closed GoogleCodeExporter closed 9 years ago
@k Do you assume System.exit(0) must be invoked after that?
See Issue 97
Original comment by christop...@gmail.com
on 3 Jul 2014 at 3:57
@Comment#2: hi Christoph,
Normally it should work without System.Exit but it seems to be that there are some non frreed references in Java or the JNI part. The timer around system exit was a workaround to give CEF enough time to shutdown itself.
This bugfix only switches the call order of CefApp.dispose() and
Frame.dispose() because it doesn't make sense to free the parent view before
its child views are freed.
Original comment by k...@censhare.de
on 3 Jul 2014 at 5:49
Thanks, fixed in revision 98.
Original comment by magreenb...@gmail.com
on 10 Jul 2014 at 5:02
Original issue reported on code.google.com by
k...@censhare.de
on 3 Jul 2014 at 9:50Attachments: