[Webkit-unassigned] [Bug 33162] New: Releasing an initialized WebView without calling IWebView::close or DestroyWindow leaks the WebView

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jan 4 11:31:11 PST 2010


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

           Summary: Releasing an initialized WebView without calling
                    IWebView::close or DestroyWindow leaks the WebView
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Windows XP
            Status: NEW
          Keywords: NeedsRadar, PlatformOnly
          Severity: Normal
          Priority: P2
         Component: WebKit API
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: aroben at apple.com


If a WebKit application does the following:

IWebView* webView;
WebKitCreateInstance(CLSID_WebView, 0, IID_IWebView,
reinterpret_cast<void**>(&webView));
webView->initWithFrame(rect, 0, 0);
webView->Release();

...then the WebView will be leaked.

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