[vlc-devel] commit: Heisenbug fix ( Rémi Denis-Courmont )

git version control git at videolan.org
Thu Apr 16 22:46:40 CEST 2009


vlc | branch: master | Rémi Denis-Courmont <remi at remlab.net> | Thu Apr 16 23:44:13 2009 +0300| [58578d2aa09d8d4c5482a8d9a6986662e1f781ee] | committer: Rémi Denis-Courmont 

Heisenbug fix

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=58578d2aa09d8d4c5482a8d9a6986662e1f781ee
---

 modules/video_output/xcb/x11.c |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/modules/video_output/xcb/x11.c b/modules/video_output/xcb/x11.c
index 0c97c0f..8cd8afe 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");




More information about the vlc-devel mailing list