Hi, I’m using Qt 5.2.1 on windows, mac os x and android and didn’t notice any “memory leaks” so far. Just tried your example with resizing the app more than 100 times and I can’t confirm any leaks, maybe 5-10 MB difference but it also drops again (when the garbage collectors kicks in I guess).
How do you measure the used memory? Also be aware of the JavaScript garbage collectors, just waiting a few minutes is no guarantee that i even gets called if your system has enough free memory… but I can’t tell you any specifics about the JS engine itself.
↧