Release (debug) lock before emitting signal
This commit is contained in:
parent
0073206508
commit
318e7efb9e
@ -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…
Reference in New Issue
Block a user