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:
2
NEWS
2
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
|
||||
|
Reference in New Issue
Block a user