Skip to content

[ColumnView] Don't leak SeparatorItems

David Edmundson requested to merge work/leak_fix into master

Any children from a created component must have either QML ownership or a parent or manual destruction. Another code path in ColumnView can delete separators at runtime so a parent is used.

BUG: 453201

Edited by David Edmundson

Merge request reports