[vlc-commits] [Git][videolan/vlc][master] qt: destroy intf handler and the quick view in `CompositorDirectComposition::unloadGUI()`

Jean-Baptiste Kempf (@jbk) gitlab at videolan.org
Mon May 6 17:11:31 UTC 2024



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


More information about the vlc-commits mailing list