[Webkit-unassigned] [Bug 24458] New: QWebView memory leak

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Mar 8 23:44:58 PDT 2009


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

           Summary: QWebView memory leak
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebKit Qt
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ben at meyerhome.net


Run the following application and watch as memory usage for the application
goes up and up. :)

#include <QtGui/QtGui>
#include <QtWebKit/QtWebKit>

int main(int argc, char **argv) {
    QApplication application(argc, argv);
    while (true) {
        QWebView view;
        view.show();
    }
    return application.exec();
}


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list