mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 00:04:56 +01:00
Release (debug) lock before emitting signal
This commit is contained in:
parent
0073206508
commit
318e7efb9e
1 changed files with 3 additions and 0 deletions
|
|
@ -388,6 +388,9 @@ DelayLine::configure_io (ChanCount in, ChanCount out)
|
|||
if (in.n_midi () > 0 && !_midi_buf) {
|
||||
_midi_buf.reset (new MidiBuffer (16384));
|
||||
}
|
||||
#ifdef NDEBUG
|
||||
lm.release ();
|
||||
#endif
|
||||
|
||||
return Processor::configure_io (in, out);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue