aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-06 22:09:30 +0200
committerMax Kellermann <max@duempel.org>2009-07-06 22:09:30 +0200
commitc0c5119788c24832ee548df7f3f72742c878e906 (patch)
tree5b777696ba8c0778945857773d75eb69913253df /NEWS
parent64ca94c91020626edf626a7e639e168dba9e7d74 (diff)
downloadmpd-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--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 8872c3c1f..d7c6dd630 100644
--- a/NEWS
+++ b/NEWS
@@ -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: