aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-16 17:39:17 +0200
committerMax Kellermann <max@duempel.org>2009-10-16 17:39:17 +0200
commitd09e19c3dc6216ff0b3b4a69a778e45482ae66c5 (patch)
tree0296925b5eeb90bd3d146fc7b04261af6123801d /NEWS
parent8ae5bc4d790d026a25049dd213814429ff8c8b2b (diff)
downloadmpd-d09e19c3dc6216ff0b3b4a69a778e45482ae66c5.tar.gz
mpd-d09e19c3dc6216ff0b3b4a69a778e45482ae66c5.tar.xz
mpd-d09e19c3dc6216ff0b3b4a69a778e45482ae66c5.zip
decoder/flac: fixed two memory leaks in the CUE tag loader
Don't initialize "vc" and "cs" with FLAC__metadata_object_new(); that value is overwritten by FLAC__metadata_get_tags() and FLAC__metadata_get_cuesheet().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 54e0e8cc9..2a8316866 100644
--- a/NEWS
+++ b/NEWS
@@ -4,6 +4,8 @@ ver 0.15.5 (2009/??/??)
- curl: fixed endless loop during buffering
* tags:
- riff, aiff: fixed "limited range" gcc warning
+* decoders:
+ - flac: fixed two memory leaks in the CUE tag loader
* decoder_thread: change the fallback decoder name to "mad"
* output_thread: check again if output is open on CANCEL
* update: fixed memory leak during container scan