[Webkit-unassigned] [Bug 32868] IWebView::mainFrame crashes if called after IWebView::close

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 22 07:07:52 PST 2009


https://bugs.webkit.org/show_bug.cgi?id=32868





--- Comment #1 from Adam Roben (aroben) <aroben at apple.com>  2009-12-22 07:07:52 PST ---
The problem is that IWebView::close deletes m_page, which ends up releasing the
last reference to m_mainFrame, but we don't null-out m_mainFrame.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list