[Webkit-unassigned] [Bug 24106] Crash on exit in InspectorController

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 12 11:33:33 PDT 2009


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


dglazkov at chromium.org changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |




------- Comment #3 from dglazkov at chromium.org  2009-03-12 11:33 PDT -------
I think this path is wrong. If you clear m_inspectedPage, you never get to
actually do any of the close(), because it first checks for enabled(), which in
turn checks for !m_inspectedPage. This effectively makes close() a no-op.

Now that InspectorController is ref-counted, we need to be using close(). See
bug 24525 for more details.


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



More information about the webkit-unassigned mailing list