[Qt-qml] Dynamically Create/Destroy Components With Properties
Michael Dippold
mike at dippold.com
Thu Dec 29 18:11:23 CET 2011
I am currently having trouble with memory being freed in my QML application
when I dynamically create and destroy components which contain custom
properties.
Rectangle {
property int myvar: 0
}
If the property does not exist, memory behaves normally. Once the property
is added memory keeps growing. I just want to make sure I am not
overlooking something. I created a bug report a few weeks back
(QTBUG-23024) but no updates yet.
Thanks,
Mike
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.qt.nokia.com/pipermail/qt-qml/attachments/20111229/912d2614/attachment.html
More information about the Qt-qml
mailing list