Fix crash when switching backends.
cycle_end() can write to invalid buffers.
This commit is contained in:
@@ -352,7 +352,6 @@ AudioEngine::process_callback (pframes_t nframes)
|
||||
}
|
||||
|
||||
if (!_running) {
|
||||
PortManager::cycle_end (nframes);
|
||||
_processed_frames = next_processed_frames;
|
||||
return 0;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user