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().
This commit is contained in:
Max Kellermann
2009-10-16 17:39:17 +02:00
parent 8ae5bc4d79
commit d09e19c3dc
2 changed files with 5 additions and 2 deletions

2
NEWS
View File

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