Closed GoogleCodeExporter closed 9 years ago
The attached patch prevents the crash. I just started looking around the code,
so
I'm not sure if it is a proper fix. Could someone take a second look?
Original comment by mikeyk...@gmail.com
on 26 Apr 2010 at 9:40
Attachments:
Thanks for the report. I think your approach is correct but additionally we
should
check everywhere that the result of GetWebView() and GetWebViewHost() is
non-NULL.
Original comment by magreenb...@gmail.com
on 27 Apr 2010 at 3:38
I've updated my original patch for this issue. At your request, I am now
checking for a valid pointer in all places where GetWebView() and
GetWebViewHost() are directly used. This will prevent potential crashes after
WM_DESTROY is processed, and resolves the original problem which I've
encountered in practice.
Original comment by mikeyk...@gmail.com
on 10 Aug 2010 at 4:18
Attachments:
Thanks for the patch. Committed with minor changes as revision 97.
Original comment by magreenb...@gmail.com
on 31 Aug 2010 at 2:11
Original issue reported on code.google.com by
mikeyk...@gmail.com
on 26 Apr 2010 at 7:49Attachments: