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.
This commit is contained in:
Max Kellermann
2009-07-06 22:09:30 +02:00
parent 64ca94c910
commit c0c5119788
2 changed files with 3 additions and 2 deletions

2
NEWS
View File

@@ -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: