mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Always clean up after ourselves..
This commit is contained in:
parent
82dc2a9e54
commit
6589fdf9e8
2 changed files with 3 additions and 0 deletions
|
|
@ -282,6 +282,7 @@ AudioClipEditor::~AudioClipEditor ()
|
|||
{
|
||||
EC_LOCAL_TEMPO_SCOPE;
|
||||
|
||||
drop_grid ();
|
||||
drop_waves ();
|
||||
delete clip_metric;
|
||||
}
|
||||
|
|
|
|||
|
|
@ -211,6 +211,8 @@ TriggerPage::TriggerPage ()
|
|||
|
||||
TriggerPage::~TriggerPage ()
|
||||
{
|
||||
delete _midi_editor;
|
||||
delete _audio_editor;
|
||||
}
|
||||
|
||||
Gtk::Window*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue