From 149f4e10cf339f90cea05b588b0099febf097b67 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Sat, 3 Jan 2009 23:28:51 +0100 Subject: 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. --- NEWS | 1 + 1 file changed, 1 insertion(+) (limited to 'NEWS') diff --git a/NEWS b/NEWS index 4be474d9..bb764dac 100644 --- a/NEWS +++ b/NEWS @@ -10,6 +10,7 @@ ver 0.15 - (200?/??/??) * support logging to syslog * fall back to XDG music directory if no music_directory is configured * failure to read the state file is non-fatal +* fix minor memory leak in decoder_tag() ver 0.14 (2008/12/25) * audio outputs: -- cgit v1.2.3