Skip to content
Snippets Groups Projects
Commit 7aa19c4f authored by Pierre Lamot's avatar Pierre Lamot Committed by Hugo Beauzée-Luyssen
Browse files

qt: release dialog singletons on exit

  fix: #25911
parent b481c38e
No related branches found
No related tags found
1 merge request!496qt: release ExtendedDialogs singleton on exit
Pipeline #125048 passed with stages
in 43 minutes and 8 seconds
......@@ -92,6 +92,12 @@ DialogsProvider::~DialogsProvider()
PluginDialog::killInstance();
EpgDialog::killInstance();
PlaylistsDialog::killInstance();
ExtendedDialog::killInstance();
GotoTimeDialog::killInstance();
AboutDialog::killInstance();
PodcastConfigDialog::killInstance();
OpenDialog::killInstance();
ErrorsDialog::killInstance();
delete popupMenu;
delete videoPopupMenu;
......
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