mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 04:39:33 +01:00
delayline: properly hand-over the shared-pointer.
This commit is contained in:
parent
266953cb96
commit
e1b82caeb9
1 changed files with 1 additions and 0 deletions
|
|
@ -115,6 +115,7 @@ DelayLine::run (BufferSet& bufs, framepos_t /* start_frame */, framepos_t /* end
|
|||
_buf = _pending_buf;
|
||||
_bsiz = _pending_bsiz;
|
||||
_pending_bsiz = 0;
|
||||
_pending_buf.reset();
|
||||
}
|
||||
|
||||
/* there may be no buffer when delay == 0.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue