aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-10-16 17:38:15 +0200
committerMax Kellermann <max@duempel.org>2009-10-16 17:38:15 +0200
commit8ae5bc4d790d026a25049dd213814429ff8c8b2b (patch)
treec20be1f33b854ce31cd47a4adf39a231573f3fb5 /NEWS
parentd1ba27d820dc96c41cc3814801c12392060692dc (diff)
downloadmpd-8ae5bc4d790d026a25049dd213814429ff8c8b2b.tar.gz
mpd-8ae5bc4d790d026a25049dd213814429ff8c8b2b.tar.xz
mpd-8ae5bc4d790d026a25049dd213814429ff8c8b2b.zip
update: fixed memory leak during container scan
The return value of map_directory_child_fs() must be freed.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index af70f783b..54e0e8cc9 100644
--- a/NEWS
+++ b/NEWS
@@ -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)