mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 08:36:32 +01:00
catch mem-leaks more easily.
This commit is contained in:
parent
0ef8175b5a
commit
1ebe22eeed
1 changed files with 4 additions and 0 deletions
|
|
@ -639,6 +639,10 @@ ARDOUR_UI::~ARDOUR_UI ()
|
|||
delete primary_clock;
|
||||
delete secondary_clock;
|
||||
delete _process_thread;
|
||||
delete meterbridge;
|
||||
delete editor;
|
||||
delete mixer;
|
||||
delete nsm;
|
||||
delete gui_object_state;
|
||||
FastMeter::flush_pattern_cache ();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue