mirror of https://github.com/FFmpeg/FFmpeg.git
This was added in 9b07a2dc02
as an ABI hack to allow older
code built with lavf 52 to register protocols even if the size
of the URLProtocol struct was increased. Later, registering
protocols from outside of lavf was removed and this workaround
isn't needed any longer since lavf 53.
This removes an unchecked malloc and a memory leak for the cases
when this workaround actually was used - which it hasn't since
lavf 53.
Signed-off-by: Martin Storsjö <martin@martin.st>
pull/45/head
parent
4f2d8968c0
commit
0c5f839693
3 changed files with 3 additions and 11 deletions
Loading…
Reference in new issue