Skip to content
Snippets Groups Projects
Commit 64189b6e authored by Fatih Uzunoğlu's avatar Fatih Uzunoğlu Committed by Jean-Baptiste Kempf
Browse files

qt: destroy intf handler and the quick view in `CompositorDirectComposition::unloadGUI()`

parent 85a93c00
No related branches found
No related tags found
1 merge request!5332qt: destroy intf handler and the quick view in `CompositorDirectComposition::unloadGUI()`
Pipeline #467131 passed with warnings with stage
in 19 minutes and 13 seconds
......@@ -324,6 +324,8 @@ void CompositorDirectComposition::destroyMainInterface()
void CompositorDirectComposition::unloadGUI()
{
m_interfaceWindowHandler.reset();
m_quickView.reset();
commonGUIDestroy();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment