You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
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:
@@ -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);
|
||||
|
Reference in New Issue
Block a user