Commit 2ff5b4cb authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Compile fix

parent 6511df53
...@@ -508,7 +508,9 @@ static void *Thread( void *obj ) ...@@ -508,7 +508,9 @@ static void *Thread( void *obj )
qtu(p_intf->p_sys->filepath) ); qtu(p_intf->p_sys->filepath) );
/* Delete the application automatically */ /* Delete the application automatically */
#ifdef Q_WS_X11
free( display ); free( display );
#endif
return NULL; return NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment