Re: [Development] QtQuick/QtGui/QtCore leak on exit

2014-11-06 Thread Alex Montgomery
> Could I safely assume that these are false positives? I am not overly > concerned since the leaks are tiny and only on exit, but the object dump to > stdout is a bit annoying. > Personally, I doubt that they are false positives. There are quite a few leak-on-exit bugs in Qt5 nowadays, which I p

[Development] QtQuick/QtGui/QtCore leak on exit

2014-11-05 Thread William Hallatt
Hi everyone, I have a QtQuick app (that links against external MS MFC libraries) that triggers memory leak warnings on exit. I have run the test app through both Dr Memory as well as BoundsChecker (both in VS 2008) and both report memory leaks stemming from the QtQuick and QtCore libraries. The