Skip to content

containments/panel: Release memory consumed by Qt.createComponent in time

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

QML engine will run GC only after many QQmlComponent objects are created, so manually release the object by calling destroy() to let the memory be freed earlier.

Edited by Fushan Wen

Merge request reports