13
0

delayline: properly hand-over the shared-pointer.

This commit is contained in:
Robin Gareus 2014-06-12 02:10:37 +02:00
parent 266953cb96
commit e1b82caeb9

View File

@ -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.