Skip to content

ConfigView: fix a potential leak when source is not QQuickItem

Fushan Wen requested to merge work/fuf/leak into master

If the source component is not a valid item, the created object on the heap can leave unused. This deletes the object for the case.

Merge request reports