Dear all,

I am just wondering whether or not QtWebkit is suffered from memory leak problem, so I write the following simple code and check it with valgrind tool. The test result is rather
worse, because I got a lot of memory leak reports.

simple code:
----------------
    QWebView* webview = new QWebView(this->centralWidget());
    webview->load(QUrl("http://jp.fujitsu.com";));
    webview->show();
----------------

So, I'd like to ask you guys for help. Does someone have ever done memory leak check in QtWebkit before and Is it real that QtWebkit has memory leak problem?If so,
can you provide some information to me? Thanks in advance.

Best Regards,

Chen

_______________________________________________
webkit-qt mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-qt

Reply via email to