From 2fa5654e76175e660dfd834df6e85040bba358eb Mon Sep 17 00:00:00 2001 From: "Steinar H. Gunderson" Date: Fri, 23 Jun 2017 01:20:49 +0200 Subject: [PATCH] Fix a lock that was held too long in an edge case. --- mixer.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/mixer.cpp b/mixer.cpp index 6ed6211..302a97c 100644 --- a/mixer.cpp +++ b/mixer.cpp @@ -1084,6 +1084,7 @@ start: // and then restart. assert(cards[master_card_index].capture->get_disconnected()); handle_hotplugged_cards(); + lock.unlock(); goto start; } -- 2.39.2