mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-10 15:36:24 +01:00
avoid double delete of clip recording audio buffers
This commit is contained in:
parent
25400a4936
commit
4466563a89
1 changed files with 0 additions and 4 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue