mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Fix some small memory leaks (GUI)
This commit is contained in:
parent
48c1a24284
commit
ccddc0db3a
2 changed files with 3 additions and 0 deletions
|
|
@ -204,6 +204,7 @@ StepEditor::check_step_edit ()
|
|||
step_add_note (buf[0] & 0xf, buf[1], buf[2], Temporal::Beats());
|
||||
}
|
||||
}
|
||||
delete [] buf;
|
||||
}
|
||||
|
||||
int
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue