mirror of https://github.com/FFmpeg/FFmpeg.git
Ensure all hwaccels that allocate a buffer use NVDECContext->bitstream_internal instead. Otherwise, if FFHWAccel->end_frame() isn't called before FFHWAccel->uninit(), an attempt to free a stale pointer to memory not owned by the hwaccel could take place. Reviewed-by: Timo Rothenpieler <timo@rothenpieler.org> Signed-off-by: James Almer <jamrial@gmail.com>release/6.0
parent
133069b434
commit
178575bdc1
3 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue