realXtend / tundra

realXtend Tundra SDK, a 3D virtual world application platform.
www.realxtend.org
Apache License 2.0
84 stars 70 forks source link

QtWebKit leaks memory #729

Open Stinkfist0 opened 11 years ago

Stinkfist0 commented 11 years ago

I remember observing this already couple years ago, but didn't remember to report it back then. When running Canvas scene with x64 Debug build I get the following prints from Qt upon Tundra shutdown (the prints are new to Qt 4.8.5): LEAK: 33 CachedResource LEAK: 1465 WebCoreNode

https://bugreports.qt-project.org/browse/QTBUG-29607

jonnenauha commented 11 years ago

There is probably very little we can do about this? Other than make sure we free all QWebView ptrs.

Stinkfist0 commented 11 years ago

Yeah, this is just an FYI type of issue, which hopefully this sorted out by Qt at some point. Having issue for this hopefully encourages people not the get wild with QWebView/QGraphicsWebView instances when knowing that they leak memory.