[vlc-commits] Qt: correctly destroy EPG dialog

Jean-Baptiste Kempf git at videolan.org
Tue Apr 10 12:04:07 CEST 2012


vlc/vlc-2.0 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Tue Apr 10 11:47:19 2012 +0200| [280369df6a39f725d5a40c1e45aad7b572b27d70] | committer: Jean-Baptiste Kempf

Qt: correctly destroy EPG dialog
(cherry picked from commit 3273505a50f62e15dab7b6c328e940d456f2a07e)

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc/vlc-2.0.git/?a=commit;h=280369df6a39f725d5a40c1e45aad7b572b27d70
---

 modules/gui/qt4/dialogs_provider.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/gui/qt4/dialogs_provider.cpp b/modules/gui/qt4/dialogs_provider.cpp
index 916bac1..0752124 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -97,6 +97,7 @@ DialogsProvider::~DialogsProvider()
     UpdateDialog::killInstance();
 #endif
     PluginDialog::killInstance();
+    EpgDialog::killInstance();
 
     delete menusMapper;
     delete menusUpdateMapper;



More information about the vlc-commits mailing list