Skip to content

Fix crash with text face

David Redondo requested to merge work/crash into master

A binding involving the two arrays won't update when we change just the contents of the arrays so we crashed later in QQmlData::wasDeleted when trying to access the objects which were inside but deleted.

Merge request reports