avoid double delete of clip recording audio buffers
This commit is contained in:
parent
25400a4936
commit
4466563a89
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user