mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit '5f5b78aca35d07c771f5c4c73a984be9fe04a0b8'
* commit '5f5b78aca35d07c771f5c4c73a984be9fe04a0b8': xcbgrab: Free the host string after checking the connection Conflicts: libavdevice/xcbgrab.c No change as the bug was not in FFmpeg Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
3360c6ac0c
|
@ -621,6 +621,7 @@ static av_cold int xcbgrab_read_header(AVFormatContext *s)
|
|||
s->filename[0] ? s->filename : "default", ret);
|
||||
return AVERROR(EIO);
|
||||
}
|
||||
|
||||
setup = xcb_get_setup(c->conn);
|
||||
|
||||
c->screen = get_screen(setup, screen_num);
|
||||
|
|
Loading…
Reference in New Issue