diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-09-13 03:52:39 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2020-09-17 00:09:08 +0200 |
commit | a265e6604eb411316ec7ec91ba1bfaa37c71ef2d (patch) | |
tree | 62e4b687c186ec147ea59f3aeea58610139b6c01 /tools | |
parent | b128344dfcfcf167cd7f6b12b82fddc7efddc98d (diff) | |
download | ffmpeg-a265e6604eb411316ec7ec91ba1bfaa37c71ef2d.tar.gz |
avcodec/vble: Don't free buffer known to be NULL
Freeing a buffer allocated in the VBLE decoder's init function
is the only thing the decoder's close function does and this implies
that it is unnecessary to call it in case said allocation fails. Yet
this is what has been done.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Diffstat (limited to 'tools')
0 files changed, 0 insertions, 0 deletions