From 1f0ac78bc4552834b2659cd3ff16b8643a1a9531 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Fri, 10 Dec 2010 22:46:53 +0000 Subject: Fix deadlock on closing a send IO dialogue. git-svn-id: svn://localhost/ardour2/branches/3.0@8240 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/send.cc | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'libs/ardour/send.cc') diff --git a/libs/ardour/send.cc b/libs/ardour/send.cc index 9e34080fe0..b4196e39e2 100644 --- a/libs/ardour/send.cc +++ b/libs/ardour/send.cc @@ -217,7 +217,7 @@ Send::can_support_io_configuration (const ChanCount& in, ChanCount& out) const return true; } -/** Caller must not hold process lock */ +/** Caller must hold process lock */ bool Send::configure_io (ChanCount in, ChanCount out) { @@ -226,7 +226,6 @@ Send::configure_io (ChanCount in, ChanCount out) } if (_output) { - Glib::Mutex::Lock lm (AudioEngine::instance()->process_lock()); _output->ensure_io (out, false, 0); } -- cgit v1.2.3