summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2019-02-20 21:24:01 +0100
committerMax Kellermann <max@musicpd.org>2019-02-20 21:24:01 +0100
commitcf2d171cccfbc5627ce9957cc8dd63272a16e0d3 (patch)
treed73709268ca2dee32247ef38e660fe6b59a90fac /NEWS
parentcc28a7b67fcfe006b49171343eaf37f5862014da (diff)
db/simple: reorder checks in assert() to fix assertion failure
`light_song.Get()` could cause an assertion failure because the `Manual<>` object must not be used if uninitialized. Regression by commit ebc006ab529169d3d067231863ab7fc52fd9c49a
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS2
1 files changed, 2 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 3faed0de3..40cfa264a 100644
--- a/NEWS
+++ b/NEWS
@@ -2,6 +2,8 @@ ver 0.21.5 (not yet released)
* protocol
- fix deadlock in "albumart" command
- fix "tagtypes disable" command
+* database
+ - simple: fix assertion failure
* input
- buffer: fix crash bug when playing remote WAV file
* tags