Fix deadlock on closing a send IO dialogue.

git-svn-id: svn://localhost/ardour2/branches/3.0@8240 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2010-12-10 22:46:53 +00:00
parent 86ac707573
commit 1f0ac78bc4
2 changed files with 2 additions and 2 deletions

View file

@ -247,6 +247,7 @@ Processor::set_state (const XMLNode& node, int version)
return 0;
}
/** Caller must hold process lock */
bool
Processor::configure_io (ChanCount in, ChanCount out)
{