diff options
author | Max Kellermann <max@musicpd.org> | 2020-05-05 18:57:13 +0200 |
---|---|---|
committer | Max Kellermann <max@musicpd.org> | 2020-05-05 18:57:29 +0200 |
commit | 209364adf2c143d2979f95f748b9aef642bde0d9 (patch) | |
tree | e68c3fd5abfa27630027b53608133098b4ef7295 /NEWS | |
parent | 24afdee35ce3ed64823ead05930d452f0fb9e98a (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-- | NEWS | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -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) |