update: fixed memory leak during container scan

The return value of map_directory_child_fs() must be freed.
This commit is contained in:
Max Kellermann
2009-10-16 17:38:15 +02:00
parent d1ba27d820
commit 8ae5bc4d79
2 changed files with 7 additions and 3 deletions

1
NEWS
View File

@@ -6,6 +6,7 @@ ver 0.15.5 (2009/??/??)
- riff, aiff: fixed "limited range" gcc warning
* 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
ver 0.15.4 (2009/10/03)