diff options
author | Max Kellermann <max@musicpd.org> | 2016-12-13 08:34:05 +0100 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2016-12-13 08:34:05 +0100 |
commit | 7146f825b279b6882b5372d7a5bec38d69848259 (patch) | |
tree | 24dfcd599e909241e22f5d81dcb04dd68bfec390 /NEWS | |
parent | f61a5f52004249e54cfee5e478002daa016161f3 (diff) |
decoder/ffmpeg: fix double free bug
From the avformat_open_input() API documentation:
"Note that a user-supplied AVFormatContext will be freed on failure."
https://bugs.musicpd.org/view.php?id=4607
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.19.20 (not yet released) +* decoder + - ffmpeg: fix crash bug ver 0.19.20 (2016/12/09) * protocol |