Commit 280369df authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt: correctly destroy EPG dialog

(cherry picked from commit 3273505a50f62e15dab7b6c328e940d456f2a07e)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ee2cd658
...@@ -97,6 +97,7 @@ DialogsProvider::~DialogsProvider() ...@@ -97,6 +97,7 @@ DialogsProvider::~DialogsProvider()
UpdateDialog::killInstance(); UpdateDialog::killInstance();
#endif #endif
PluginDialog::killInstance(); PluginDialog::killInstance();
EpgDialog::killInstance();
delete menusMapper; delete menusMapper;
delete menusUpdateMapper; delete menusUpdateMapper;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment