Skip to content
Verified Commit 0c47e4a1 authored by Fushan Wen's avatar Fushan Wen
Browse files

toolboxes: 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 23e1fcc8
Pipeline #273977 passed with stage
in 12 minutes and 21 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