aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-08-14 11:51:42 +0200
committerMax Kellermann <max@duempel.org>2009-08-14 11:51:42 +0200
commit1c4f407a6db4c4795bbbc354f5cf311762fb8e33 (patch)
treeb405a5b333063966931411f170ffd6471bbaf6c6 /NEWS
parente44f31391234607ce0e95d69903142e71d61c813 (diff)
downloadmpd-1c4f407a6db4c4795bbbc354f5cf311762fb8e33.tar.gz
mpd-1c4f407a6db4c4795bbbc354f5cf311762fb8e33.tar.xz
mpd-1c4f407a6db4c4795bbbc354f5cf311762fb8e33.zip
decoder/flac: don't allocate cuesheet twice (memleak)
The function flac_cue_track() first calls FLAC__metadata_object_new(), then overwrites this pointer with FLAC__metadata_get_cuesheet(). This allocate two FLAC__StreamMetadata objects, but the first pointer is lost, and never freed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index d312b6d97..3da38e8d4 100644
--- a/NEWS
+++ b/NEWS
@@ -5,6 +5,7 @@ ver 0.15.2 (2009/??/??)
* decoders:
- mad: skip ID3 frames when libid3tag is disabled
- flac: parse all replaygain tags
+ - flac: don't allocate cuesheet twice (memleak)
* update: free empty path string (memleak)