columnview: Fix memory leak caused by `QQmlComponent::create`
m_instance is not deleted after QmlComponentsPool is destructed. Set its parent to fix the memory leak.
m_instance is not deleted after QmlComponentsPool is destructed. Set its parent to fix the memory leak.