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
_______________________________________________
Qt-qml mailing list
[email protected]
http://lists.qt.nokia.com/mailman/listinfo/qt-qml

Reply via email to