mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-31 02:47:43 +01:00
Fix crash when switching backends.
cycle_end() can write to invalid buffers.
This commit is contained in:
parent
abcc51d089
commit
a43901ead9
1 changed files with 0 additions and 1 deletions
|
|
@ -352,7 +352,6 @@ AudioEngine::process_callback (pframes_t nframes)
|
|||
}
|
||||
|
||||
if (!_running) {
|
||||
PortManager::cycle_end (nframes);
|
||||
_processed_frames = next_processed_frames;
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue