Skip to content

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

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

The created component is not deleted after QtQuickDialogWrapper is destructed, Set its parent to fix the memory leak.

CCBUG: 452865

Merge request reports