aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--pulse.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/pulse.cc b/pulse.cc
index 919a5a5..fc450ae 100644
--- a/pulse.cc
+++ b/pulse.cc
@@ -542,6 +542,7 @@ void PulseClient::remove_device(Device& device) {
switch (device.type_) {
case DEVTYPE_SINK:
devlist = &sinks_;
+ break;
case DEVTYPE_SINK_INPUT:
devlist = &sink_inputs_;
break;