mirror of https://github.com/FFmpeg/FFmpeg.git
Up until now, the flashsv encoder tried to allocate two buffers in its init function; if only one of these allocations succeeds, the other buffer leaks. Fix this by making one of these buffers part of the context (its size is a compile-time constant). Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>pull/352/head
parent
cdc4c268e2
commit
ec6f4c5158
1 changed files with 2 additions and 4 deletions
Loading…
Reference in new issue