diff options
author | Max Kellermann <max@duempel.org> | 2009-07-06 22:09:30 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-07-06 22:09:30 +0200 |
commit | c0c5119788c24832ee548df7f3f72742c878e906 (patch) | |
tree | 5b777696ba8c0778945857773d75eb69913253df /NEWS | |
parent | 64ca94c91020626edf626a7e639e168dba9e7d74 (diff) | |
download | mpd-c0c5119788c24832ee548df7f3f72742c878e906.tar.gz mpd-c0c5119788c24832ee548df7f3f72742c878e906.tar.xz mpd-c0c5119788c24832ee548df7f3f72742c878e906.zip |
decoder/flac: fix assertion failure in tag_free() call
Initialize flac_data.tag right after flac_data_init(). This way, the
"goto fail" won't jump to the point where tag_free(NULL) can be
called.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,4 +1,6 @@ ver 0.15.1 (2009/??/??) +* dcecoders: + - flac: fix assertion failure in tag_free() call * output: - httpd: include sys/types.h (fixes Mac OS X) * commands: |