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

Steve Lhomme (@robUx4) gitlab at videolan.org
Sun Aug 4 17:15:31 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
8f513763 by Fatih Uzunoglu at 2024-08-04T16:42:59+00:00
qt: destroy the quick view in `CompositorPlatform::unloadGUI()`

- - - - -


1 changed file:

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


Changes:

=====================================
modules/gui/qt/maininterface/compositor_platform.cpp
=====================================
@@ -21,6 +21,8 @@
 #include <QQuickView>
 #include <QOperatingSystemVersion>
 
+#include "maininterface/interface_window_handler.hpp"
+
 #include <vlc_window.h>
 
 #ifdef __APPLE__
@@ -109,6 +111,8 @@ void CompositorPlatform::destroyMainInterface()
 
 void CompositorPlatform::unloadGUI()
 {
+    m_interfaceWindowHandler.reset();
+    delete m_quickWindow;
     commonGUIDestroy();
 }
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8f51376308779336c46e086495fbb57fab544d4f

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/8f51376308779336c46e086495fbb57fab544d4f
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