[Webkit-unassigned] [Bug 118547] CachedResourceLoader is not deleted when page change or close

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 11 22:50:52 PDT 2013


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





--- Comment #3 from Sangho Kim <thomas.kim at lge.com>  2013-07-11 22:52:55 PST ---
I didn't test by using Safari. I just tested on Qt. But I thought it might not be related with platform. It can't be wrong...
Reproduce step is simple. Put your log in constructor and destructor on Document, DocumentLoader, FrameLoader and CachedResourceLoader and do to change page. After page chaing, you can see only DocumentLoader was destroyed. The best way is CachedResourceLoader must be deleted for releasing memory.

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