]> git.sesse.net Git - vlc/blobdiff - modules/video_output/xcb/x11.c
Heisenbug fix
[vlc] / modules / video_output / xcb / x11.c
index 0c97c0f012e64490799e0385f428cae408bb5d3e..8cd8afef1518ad30eef1a7445bae773921b46295 100644 (file)
@@ -120,9 +120,7 @@ static int Open (vlc_object_t *obj)
 
     vout->p_sys = p_sys;
     p_sys->conn = NULL;
-#ifndef NDEBUG
     p_sys->embed = NULL;
-#endif
 
     /* Connect to X */
     char *display = var_CreateGetNonEmptyString (vout, "x11-display");