aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2010-11-05 18:23:48 +0100
committerMax Kellermann <max@duempel.org>2010-11-05 18:39:40 +0100
commita728d7a026896cc9b3fe68d00a689dee4c3312e1 (patch)
treeec86cb61e9b320fd1e2567e18d12e9d22829088c /NEWS
parente8d8bd4c0db6322932b331638007e6f277a7e2bb (diff)
downloadmpd-a728d7a026896cc9b3fe68d00a689dee4c3312e1.tar.gz
mpd-a728d7a026896cc9b3fe68d00a689dee4c3312e1.tar.xz
mpd-a728d7a026896cc9b3fe68d00a689dee4c3312e1.zip
input/rewind: fix double free bug
Duplicate the "mime" attribute of the inner input_stream object, instead of copying the pointer.
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 276956be0..3a61e1149 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,7 @@
ver 0.15.14 (2010/??/??)
* output_thread: fix assertion failure due to race condition in OPEN
+* input:
+ - rewind: fix double free bug
* decoders:
- mp4ff, ffmpeg: add extension ".m4b" (audio book)