13
0

Fix crash when switching backends.

cycle_end() can write to invalid buffers.
This commit is contained in:
Robin Gareus 2015-04-26 01:36:09 +02:00
parent abcc51d089
commit a43901ead9

View File

@ -352,7 +352,6 @@ AudioEngine::process_callback (pframes_t nframes)
}
if (!_running) {
PortManager::cycle_end (nframes);
_processed_frames = next_processed_frames;
return 0;
}