13
0

avoid double delete of clip recording audio buffers

This commit is contained in:
Paul Davis 2024-09-30 13:18:24 -06:00
parent 25400a4936
commit 4466563a89

View File

@ -3425,10 +3425,6 @@ SlotArmInfo::~SlotArmInfo()
delete midi_buf;
delete beats;
delete stretcher;
for (auto & ab : audio_buf) {
delete [] ab;
}
}
Temporal::BBT_Offset TriggerBox::_assumed_trigger_duration (4, 0, 0);