Bug 19544 - DashboardRegion pieces are leaking
Summary: DashboardRegion pieces are leaking
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: CSS (show other bugs)
Version: 528+ (Nightly build)
Hardware: Mac OS X 10.5
: P2 Normal
Assignee: Darin Adler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-06-14 00:41 PDT by Darin Adler
Modified: 2008-06-14 21:41 PDT (History)
0 users

See Also:


Attachments
patch (2.51 KB, patch)
2008-06-14 00:43 PDT, Darin Adler
sam: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Darin Adler 2008-06-14 00:41:01 PDT
My recent change introduced a leak of objects owned by each DashboardRegion, because I made ~Rect non-virtual. I have a fix.
Comment 1 Darin Adler 2008-06-14 00:43:57 PDT
Created attachment 21696 [details]
patch