Re: [PATCH weston] wcap: Prevent fd leak in wcap_decoder_create() fail path

2017-03-30 Thread Quentin Glidic
On 3/29/17 10:41 PM, Sergi Granell wrote: Signed-off-by: Sergi Granell Well, good: ;-) Reviewed-by: Quentin Glidic And pushed: fec723ef..597dde5c master -> master Thanks, --- wcap/wcap-decode.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcap/wcap-decode.c b/wcap/wcap-decod

[PATCH weston] wcap: Prevent fd leak in wcap_decoder_create() fail path

2017-03-29 Thread Sergi Granell
Signed-off-by: Sergi Granell --- wcap/wcap-decode.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/wcap/wcap-decode.c b/wcap/wcap-decode.c index e3b8985f..7e8c8477 100644 --- a/wcap/wcap-decode.c +++ b/wcap/wcap-decode.c @@ -131,6 +131,7 @@ wcap_decoder_create(const char *filename)