Jean-Baptiste Kempf pushed to branch master at VideoLAN / VLC


Commits:
64189b6e by Fatih Uzunoglu at 2024-05-06T16:47:42+00:00
qt: destroy intf handler and the quick view in 
`CompositorDirectComposition::unloadGUI()`

- - - - -


1 changed file:

- modules/gui/qt/maininterface/compositor_dcomp.cpp


Changes:

=====================================
modules/gui/qt/maininterface/compositor_dcomp.cpp
=====================================
@@ -324,6 +324,8 @@ void CompositorDirectComposition::destroyMainInterface()
 
 void CompositorDirectComposition::unloadGUI()
 {
+    m_interfaceWindowHandler.reset();
+    m_quickView.reset();
     commonGUIDestroy();
 }
 



View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/64189b6e4081f1370d400433d2b8055bc54450b3

-- 
View it on GitLab: 
https://code.videolan.org/videolan/vlc/-/commit/64189b6e4081f1370d400433d2b8055bc54450b3
You're receiving this email because of your account on code.videolan.org.


VideoLAN code repository instance
_______________________________________________
vlc-commits mailing list
[email protected]
https://mailman.videolan.org/listinfo/vlc-commits

Reply via email to