summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2020-05-05 18:57:13 +0200
committerMax Kellermann <max@musicpd.org>2020-05-05 18:57:29 +0200
commit209364adf2c143d2979f95f748b9aef642bde0d9 (patch)
treee68c3fd5abfa27630027b53608133098b4ef7295 /NEWS
parent24afdee35ce3ed64823ead05930d452f0fb9e98a (diff)
db/simple: fix crash when mounting twice
The `db->close()` call was a `nullptr` dereference because the `db` variable had already been moved. Closes https://github.com/MusicPlayerDaemon/MPD/issues/839
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 0836c5ce8..d3e275df3 100644
--- a/NEWS
+++ b/NEWS
@@ -1,6 +1,8 @@
ver 0.21.24 (not yet released)
* protocol
- "tagtypes" requires no permissions
+* database
+ - simple: fix crash when mounting twice
* fix unit test failure
ver 0.21.23 (2020/04/23)