diff options
author | Andreas Rheinhardt <andreas.rheinhardt@gmail.com> | 2019-11-10 05:07:30 +0100 |
---|---|---|
committer | Michael Niedermayer <michael@niedermayer.cc> | 2019-12-21 15:01:57 +0100 |
commit | 15345881e772571010a54c98ec1ada370c6bad9a (patch) | |
tree | 539de02afed176ee1cdec0575cc5cd2ae5c004a1 /libavcodec/snowdec.c | |
parent | f40fb7963e64c01f2e726949b06d37ad94e6ad5f (diff) | |
download | ffmpeg-15345881e772571010a54c98ec1ada370c6bad9a.tar.gz |
avformat/icecast: Use AV_DICT_DONT_STRDUP_VAL to save an av_strdup
This will probably also fix CID 1452559, a false positive where Coverity
claims a double-free occurs, because it thinks that av_dict_set() frees
its key and value arguments even when the AV_DICT_DONT_STRDUP_* flags
aren't used.
Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt@gmail.com>
Reviewed-by: Marvin Scholz <epirat07@gmail.com>
Signed-off-by: Michael Niedermayer <michael@niedermayer.cc>
Diffstat (limited to 'libavcodec/snowdec.c')
0 files changed, 0 insertions, 0 deletions