WPaintedWidget + IE 11 = memory leak in IE !
Added by Mario Charest almost 8 years ago
With WT 3.3.5 (sorry did not get time to update to 3.3.6)
In the paintEvent() for each call to a draw function, mostly drawRect(), about 200 of them, IE 11 (not the server) will leak memory, until nothings gets updated anymore. It consumes about 2K a seconds depending how much stuff is being drawn. Once it stops updating a F5 to refresh will free the memory and resume operating properly until it's out of memory again.
In Chrome, we can see the memory usage increase as well but every 60 seconds or so, it will drop down to the same level, cycling through highs and lows without any ill effect.
Is this a know issue in IE/Witty?
Replies (1)
RE: WPaintedWidget + IE 11 = memory leak in IE ! - Added by Koen Deforche almost 8 years ago
Hey Mario,
No, this is not a known issue. We will need to investigate.
Koen