diff options
author | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-05-05 20:36:44 +0200 |
---|---|---|
committer | Andreas Rheinhardt <andreas.rheinhardt@outlook.com> | 2021-05-10 22:12:01 +0200 |
commit | 54cb70594da4b9a35885053fd8738040f447003d (patch) | |
tree | e4ed0a1eb51ecab95aa48948b503dd2a77af051f /libavcodec/sbc.c | |
parent | 730b8182b19b191e9d9b7a9f4e7685f8d1f91c7f (diff) | |
download | ffmpeg-54cb70594da4b9a35885053fd8738040f447003d.tar.gz |
avcodec/tscc: Don't free uninitialized z_stream
It is not documented to be safe to call inflateEnd() on a z_stream
that has not been successfully initialized via inflateInit(); so
record whether it has been successfully initialized.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@outlook.com>
Diffstat (limited to 'libavcodec/sbc.c')
0 files changed, 0 insertions, 0 deletions