summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorMax Kellermann <max@musicpd.org>2021-04-26 21:33:51 +0200
committerMax Kellermann <max@musicpd.org>2021-04-26 21:34:58 +0200
commitb885f358a51d1ea6b126372a3d122b26c19dbe46 (patch)
treee86797aa5d65e3ca8e4fe321479af2f39ae819e8 /NEWS
parent650a30d7940fd395bc664558ead883a6ada918a7 (diff)
output/control: add missing nullptr checks
Fixes crash when pausing the default partition after an output was moved to another partition. Closes https://github.com/MusicPlayerDaemon/MPD/issues/1147
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS1
1 files changed, 1 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index f72f15838..a9a846f70 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,7 @@ ver 0.22.7 (not yet released)
* database
- simple: fix database corruption bug
* output
+ - fix crash when pausing with multiple partitions
- httpd: send header "Access-Control-Allow-Origin: *"
- wasapi: add algorithm for finding usable audio format
- wasapi: use default device only if none was configured