diff options
author | Max Kellermann <max@duempel.org> | 2009-10-16 17:39:17 +0200 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2009-10-16 17:39:17 +0200 |
commit | d09e19c3dc6216ff0b3b4a69a778e45482ae66c5 (patch) | |
tree | 0296925b5eeb90bd3d146fc7b04261af6123801d /NEWS | |
parent | 8ae5bc4d790d026a25049dd213814429ff8c8b2b (diff) |
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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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 |