Skip to content

columnview: Fix memory leak caused by `QQmlComponent::create`

Fushan Wen requested to merge work/fuf/fix-memory-leak-in-columnview into master

m_instance is not deleted after QmlComponentsPool is destructed. Set its parent to fix the memory leak.

Merge request reports