Skip to content
Commit e4fdf366 authored by Fushan Wen's avatar Fushan Wen Committed by Marco Martin
Browse files

containments/panel: fix one memory leak caused by Qt.createComponent

According the the source code in qqmlbuiltinfunctions.cpp, the object
returned from QtObject::createComponent is not indestructible, which
means it will remain in the memory if destroy() is not called manually.
parent 463d58cb
Pipeline #274376 passed with stage
in 20 minutes and 29 seconds
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment