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.1
parent
61b88b4dda
commit
bfacb66fc8
3 changed files with 5 additions and 5 deletions
Loading…
Reference in new issue