[vlc-devel] commit: Qt: fix a forgotten deletion (Jean-Baptiste Kempf )

git version control git at videolan.org
Thu Feb 4 03:13:38 CET 2010


vlc | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb  4 03:12:59 2010 +0100| [1e132f5960bb374e9c00fd4fc537c87672470430] | committer: Jean-Baptiste Kempf 

Qt: fix a forgotten deletion

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=1e132f5960bb374e9c00fd4fc537c87672470430
---

 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 b58188f..2d3e927 100644
--- a/modules/gui/qt4/dialogs_provider.cpp
+++ b/modules/gui/qt4/dialogs_provider.cpp
@@ -94,6 +94,7 @@ DialogsProvider::~DialogsProvider()
 #ifdef UPDATE_CHECK
     UpdateDialog::killInstance();
 #endif
+    PluginDialog::killInstance();
 
     delete menusMapper;
     delete menusUpdateMapper;




More information about the vlc-devel mailing list