26 Jun
2018
26 Jun
'18
9:01 p.m.
2018-06-26 17:42 GMT+02:00, Moritz Barsnick <barsnick@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