Plug a tiny memory leak

This commit is contained in:
Robin Gareus 2021-01-09 20:17:53 +01:00
parent 36d2b4ea2e
commit 7ef55225a0
Signed by: rgareus
GPG Key ID: A090BCE02CF57F04

View File

@ -419,6 +419,7 @@ Mixer_UI::~Mixer_UI ()
foldback_strip = 0;
delete _plugin_selector;
delete track_menu;
delete _group_tabs;
}
struct MixerStripSorter {