orgot to CC the ML.
>
> $0.02
>
> BRM
>
>
> From: 陳敏華
> To: development@qt-project.org
> Sent: Tuesday, February 28, 2012 10:58 PM
> Subject: [Development] Memory Leak in QtWebKit
>
> Dear all
>
> I'd like to ask you que
PM
>Subject: [Development] Memory Leak in QtWebKit
>
>Dear all
>
>I'd like to ask you question about memory leak in Webkit. Currently, I am using
>QtWebkit self contained in Qt 4.8.0, and my test application is like follows:
>
>int main(int argc, char *argv[])
>{
>
Dear all
I'd like to ask you question about memory leak in Webkit. Currently, I am using
QtWebkit self contained in Qt 4.8.0, and my test application is like follows:
int main(int argc, char *argv[])
{
QApplication a(argc, argv);
QWebView* view = new QWebView();
view->load(QUrl("http: