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:
6511df5
)
Compile fix
author
Rémi Denis-Courmont
<remi@remlab.net>
Wed, 15 Apr 2009 20:43:18 +0000
(23:43 +0300)
committer
Rémi Denis-Courmont
<remi@remlab.net>
Wed, 15 Apr 2009 20:43:37 +0000
(23:43 +0300)
modules/gui/qt4/qt4.cpp
patch
|
blob
|
history
diff --git
a/modules/gui/qt4/qt4.cpp
b/modules/gui/qt4/qt4.cpp
index
bddb8bd
..
7455ac0
100644
(file)
--- a/
modules/gui/qt4/qt4.cpp
+++ b/
modules/gui/qt4/qt4.cpp
@@
-508,7
+508,9
@@
static void *Thread( void *obj )
qtu(p_intf->p_sys->filepath) );
/* Delete the application automatically */
+#ifdef Q_WS_X11
free( display );
+#endif
return NULL;
}