diff --git a/modules/video_output/xcb/xvideo.c b/modules/video_output/xcb/xvideo.c index 54b4090a809ac7b1bd6c9b439bebb2040d2fa01d..fedb2715ff47d8aeb028eb3c4c46bd9a401fa876 100644 --- a/modules/video_output/xcb/xvideo.c +++ b/modules/video_output/xcb/xvideo.c @@ -565,6 +565,7 @@ static int Open (vlc_object_t *obj) xcb_intern_atom (conn, 1, 21, "XV_AUTOPAINT_COLORKEY"), NULL); if (r != NULL && r->atom != 0) xcb_xv_set_port_attribute(conn, p_sys->port, r->atom, 1); + free(r); } /* Create cursor */