Always clean up after ourselves..

This commit is contained in:
Robin Gareus 2025-08-20 13:28:08 +02:00
parent 82dc2a9e54
commit 6589fdf9e8
No known key found for this signature in database
GPG key ID: A090BCE02CF57F04
2 changed files with 3 additions and 0 deletions

View file

@ -282,6 +282,7 @@ AudioClipEditor::~AudioClipEditor ()
{
EC_LOCAL_TEMPO_SCOPE;
drop_grid ();
drop_waves ();
delete clip_metric;
}

View file

@ -211,6 +211,8 @@ TriggerPage::TriggerPage ()
TriggerPage::~TriggerPage ()
{
delete _midi_editor;
delete _audio_editor;
}
Gtk::Window*