aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-01-04 15:01:28 +0100
committerMax Kellermann <max@duempel.org>2009-01-04 15:01:28 +0100
commit16c224a7fa542eba121203512ef7f2b953f8e7f1 (patch)
tree907036d41928a02bcbf02127f37595c491d6304e /NEWS
parentfc39d1d3eaa8640fd429fb04110290814718819e (diff)
downloadmpd-16c224a7fa542eba121203512ef7f2b953f8e7f1.tar.gz
mpd-16c224a7fa542eba121203512ef7f2b953f8e7f1.tar.xz
mpd-16c224a7fa542eba121203512ef7f2b953f8e7f1.zip
decoder_api: moved code to do_send_tag(), free temporary tag
This patch fixes a minor memory leak: when decoder_tag() attempted to send a merged tag object (created by tag_add_stream_tags()), and was interrupted by a decoder command, it did not free the temporary merged tag object.
Diffstat (limited to '')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index fd299a5ac..808dccf07 100644
--- a/NEWS
+++ b/NEWS
@@ -7,6 +7,7 @@ MPD 0.14.1 - not yet released
* log: automatically append newline
* fix setenv() conflict on Solaris
* configure.ac: check for pkg-config before using it
+* fix minor memory leak in decoder_tag()
ver 0.14 (2008/12/25)