git.videolan.org
/
vlc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
e27ff96
)
qt4: delete the QApplication when we are finished using it, removes an ugly QObject...
author
Rafaël Carré
<funman@videolan.org>
Sun, 21 Oct 2007 22:55:13 +0000
(22:55 +0000)
committer
Rafaël Carré
<funman@videolan.org>
Sun, 21 Oct 2007 22:55:13 +0000
(22:55 +0000)
modules/gui/qt4/qt4.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/qt4.cpp
b/modules/gui/qt4/qt4.cpp
index
977a540
..
47b1478
100644
(file)
--- a/
modules/gui/qt4/qt4.cpp
+++ b/
modules/gui/qt4/qt4.cpp
@@
-279,6
+279,7
@@
static void Init( intf_thread_t *p_intf )
/* Launch */
app->exec();
+ delete app;
/* And quit */
MainInputManager::killInstance();