Re: [FFmpeg-devel] [PATCH] avdevice/xcbgrab: Handle reply and error properly

2019-12-03 Thread Marton Balint
On Tue, 3 Dec 2019, Kusanagi Kouichi wrote: On 2019-11-19 22:59:30 +0900, Kusanagi Kouichi wrote: Fix a NULL dereference and leaks. Signed-off-by: Kusanagi Kouichi --- libavdevice/xcbgrab.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab

Re: [FFmpeg-devel] [PATCH] avdevice/xcbgrab: Handle reply and error properly

2019-12-03 Thread Kusanagi Kouichi
On 2019-11-19 22:59:30 +0900, Kusanagi Kouichi wrote: > Fix a NULL dereference and leaks. > > Signed-off-by: Kusanagi Kouichi > --- > libavdevice/xcbgrab.c | 5 + > 1 file changed, 5 insertions(+) > > diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c > index b7e689343e..063fecf838

[FFmpeg-devel] [PATCH] avdevice/xcbgrab: Handle reply and error properly

2019-11-19 Thread Kusanagi Kouichi
Fix a NULL dereference and leaks. Signed-off-by: Kusanagi Kouichi --- libavdevice/xcbgrab.c | 5 + 1 file changed, 5 insertions(+) diff --git a/libavdevice/xcbgrab.c b/libavdevice/xcbgrab.c index b7e689343e..063fecf838 100644 --- a/libavdevice/xcbgrab.c +++ b/libavdevice/xcbgrab.c @@ -168,6