mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
Foldback: fix memory leak
This commit is contained in:
parent
55093b2095
commit
de7d0a986b
1 changed files with 1 additions and 0 deletions
|
|
@ -553,6 +553,7 @@ FoldbackStrip::init ()
|
|||
FoldbackStrip::~FoldbackStrip ()
|
||||
{
|
||||
CatchDeletion (this);
|
||||
delete _meter;
|
||||
clear_send_box ();
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue