Bug 19766 - resource leaks when unloading pages
Summary: resource leaks when unloading pages
Status: UNCONFIRMED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Layout and Rendering (show other bugs)
Version: 420+
Hardware: Other Linux
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-25 08:27 PDT by zaheer
Modified: 2008-06-25 08:29 PDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description zaheer 2008-06-25 08:27:22 PDT
version: gtk/r33943 h/w:embedded/arm
disable ram cache (cache::m_disabled = true),Low bandwidth display enabled, load different pages followed by a blank page, expect all the resources to be freed, however some resources leak

Resource creation: cache::createResource
Resource delete: ~CachedResource

rediff: 78(80)
yahoo: 55(68)
nytimes: 161(263)
cnn: 392(542)
bbc: 46(64)

results are consistent in multiple runs.
Comment 1 zaheer 2008-06-25 08:29:14 PDT
interpretation: 
bbc: 46(64) - total resources - 64, resources freed - 46, leaked- 18