Skip to content
Verified Commit 23e1fcc8 authored by Fushan Wen's avatar Fushan Wen
Browse files

applets/taskmanager: fix two memory leaks 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 4efb280b
Pipeline #273976 canceled with stage
in 2 minutes and 30 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