aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2014-10-23 23:19:40 +0200
committerMax Kellermann <max@duempel.org>2014-10-24 00:35:16 +0200
commita7b09d3d1ce3ada362c765217633f4da9c36ce63 (patch)
treeab3ada8265eda982c4b2297849db2238c77adaa8 /NEWS
parent8fc3768166264b7c858df6d910fa910ca3549a96 (diff)
downloadmpd-a7b09d3d1ce3ada362c765217633f4da9c36ce63.tar.gz
mpd-a7b09d3d1ce3ada362c765217633f4da9c36ce63.tar.xz
mpd-a7b09d3d1ce3ada362c765217633f4da9c36ce63.zip
OutputThread: close the output plugin after filter failure
Fixes memory leak because ao_plugin_close() never gets called.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b34598ee9..789453005 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,6 @@
ver 0.19.2 (not yet released)
+* output
+ - fix memory leak after filter initialization error
* fix assertion failure on unsupported PCM conversion
ver 0.19.1 (2014/10/19)