From 2ff5b4cba8066ea8138b603c90badd9ccf67becc Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Wed, 15 Apr 2009 23:43:18 +0300 Subject: [PATCH] Compile fix --- modules/gui/qt4/qt4.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/gui/qt4/qt4.cpp b/modules/gui/qt4/qt4.cpp index bddb8bd905..7455ac0407 100644 --- 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; } -- 2.39.5