Bug 50975

Summary: WebKit2: Leaks a WebView when opening/closing Web Inspector on Windows
Product: WebKit Reporter: Brian Weinstein <bweinstein>
Component: WebKit2Assignee: Brian Weinstein <bweinstein>
Status: RESOLVED FIXED    
Severity: Normal CC: aroben, sam
Priority: P2 Keywords: InRadar, PlatformOnly
Version: 528+ (Nightly build)   
Hardware: PC   
OS: OS X 10.5   
Attachments:
Description Flags
[PATCH] Fix aroben: review+

Description Brian Weinstein 2010-12-13 14:21:19 PST
We leak a WebView when opening/closing the Web Inspector on Windows. The fix to this is to use RefPtr<WebView> instead of WebView* for our m_inspectorView member variable.
Comment 1 Brian Weinstein 2010-12-13 14:21:35 PST
<rdar://problem/8763501>
Comment 2 Brian Weinstein 2010-12-13 14:27:28 PST
Created attachment 76442 [details]
[PATCH] Fix

I will wait for https://bugs.webkit.org/show_bug.cgi?id=50898 to be reviewed and landed, then will land this to prevent more conflicts.
Comment 3 Brian Weinstein 2010-12-13 15:03:27 PST
Landed in r73970.