diff options
author | Max Kellermann <max@duempel.org> | 2010-06-30 23:38:49 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2010-06-30 23:38:49 +0200 |
commit | a1882f48beee0c1b6750ec03f8b133e7325057a9 (patch) | |
tree | 274136dceee0a9bd52d97731d2ca4ad3a821e24a /NEWS | |
parent | c3569814bda057142da3f02a8d0cccb35184e396 (diff) | |
download | mpd-a1882f48beee0c1b6750ec03f8b133e7325057a9.tar.gz mpd-a1882f48beee0c1b6750ec03f8b133e7325057a9.tar.xz mpd-a1882f48beee0c1b6750ec03f8b133e7325057a9.zip |
decoder/vorbis: handle uri==NULL
This fixes a theoretical crash, which has never occurred in practice.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -4,6 +4,7 @@ ver 0.15.11 (2010/??/??) * decoders: - mp4ff: support tags "album artist", "albumartist", "band" - mikmod: fix memory leak + - vorbis: handle uri==NULL - ffmpeg: free AVFormatContext on error - ffmpeg: read more metadata * playlist: emit IDLE_OPTIONS when resetting single mode |