From: RĂ©mi Denis-Courmont Date: Thu, 16 Apr 2009 20:44:13 +0000 (+0300) Subject: Heisenbug fix X-Git-Tag: 1.0.0-pre2~5 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=58578d2aa09d8d4c5482a8d9a6986662e1f781ee;p=vlc Heisenbug fix --- diff --git a/modules/video_output/xcb/x11.c b/modules/video_output/xcb/x11.c index 0c97c0f012..8cd8afef15 100644 --- a/modules/video_output/xcb/x11.c +++ b/modules/video_output/xcb/x11.c @@ -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");