Re: [Development] Memory Leak in QtWebKit

2012-02-29 Thread Alexis Menard
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

Re: [Development] Memory Leak in QtWebKit

2012-02-29 Thread BRM
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[]) >{ >   

[Development] Memory Leak in QtWebKit

2012-02-28 Thread 陳敏華
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: