aboutsummaryrefslogtreecommitdiffstats
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2009-07-05 07:14:24 +0200
committerMax Kellermann <max@duempel.org>2009-07-05 07:14:24 +0200
commitbadb827712f14a811483ed542b2c2cf09e650cce (patch)
treefb1b2f6a9ffb583fe6856e26fd14a5542a8ed318 /NEWS
parent15d4c841ce8b5b387850d710999c623b038910fa (diff)
downloadmpd-badb827712f14a811483ed542b2c2cf09e650cce.tar.gz
mpd-badb827712f14a811483ed542b2c2cf09e650cce.tar.xz
mpd-badb827712f14a811483ed542b2c2cf09e650cce.zip
log: fix double free() bug during shutdown
Don't free an internal configuration value in log_init(). Call config_get_path() instead of manually calling parsePath().
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index b0518128a..8c3d17862 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,7 @@ ver 0.15.1 (2009/??/??)
* commands:
- don't resume playback when stopping during pause
* database: fixed NULL pointer dereference after charset change
+* log: fix double free() bug during shutdown
ver 0.15 (2009/06/23)