mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-09 15:15:41 +01:00
Fix tiny memory leak
Route context menu remained after a route was deleted
This commit is contained in:
parent
48815bcd1d
commit
c16631f8f8
1 changed files with 1 additions and 0 deletions
|
|
@ -432,6 +432,7 @@ MixerStrip::~MixerStrip ()
|
|||
}
|
||||
|
||||
delete _master_volume_menu;
|
||||
delete route_ops_menu;
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue