[Webkit-unassigned] [Bug 98508] [WK2] Icons are retained but never released

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Oct 11 08:45:49 PDT 2012


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





--- Comment #3 from Brady Eidson <beidson at apple.com>  2012-10-11 08:46:29 PST ---
(In reply to comment #0)
> The problem is that HistoryItem retains icons for the page URL on construction and releases then on destruction. This happens in the Webrocess so a message is sent to the UI process. When history items are deleted, is usually because the WebProcess finishes and quite often the UI process has already finished or has exited the main loop, so the message never gets to the UI process and all icons are always retained.

Is this a problem in practice, though?  Because aren't the appropriate retain counts set up again the next time the browser launches?

-- 
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