2018-06-26 17:42 GMT+02:00, Moritz Barsnick <barsn...@gmx.net>:

> @@ -425,8 +435,9 @@ static int xcbgrab_read_packet
>          xcbgrab_draw_mouse(s, pkt, p, geo);
>  #endif
>
> -    free(p);
> -    free(geo);
> +fail:
> +    av_free(p);
> +    av_free(geo);

I suspect this is incorrect, if it is correct, it should be a separate patch.

Thank you, Carl Eugen
_______________________________________________
ffmpeg-devel mailing list
ffmpeg-devel@ffmpeg.org
http://ffmpeg.org/mailman/listinfo/ffmpeg-devel

Reply via email to