Skip to content

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

Fushan Wen requested to merge work/fuf/fix-configview-leak into master

configModel is not deleted after ConfigView is destructed. Set its parent to fix the memory leak.

Merge request reports