]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/qt4.cpp
Compile fix
[vlc] / modules / gui / qt4 / qt4.cpp
index bddb8bd905f248a5a0597b084f4c89c444afacf6..7455ac0407fa4f0891e163338e256a4761334be1 100644 (file)
@@ -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;
 }