mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-24 06:07:29 +01:00
Clean up selection history in Editor destructor.
This commit is contained in:
parent
3b0f068fe9
commit
aa097c9e9f
1 changed files with 4 additions and 0 deletions
|
|
@ -822,6 +822,10 @@ Editor::~Editor()
|
|||
delete _snapshots;
|
||||
delete _locations;
|
||||
delete _playlist_selector;
|
||||
|
||||
for (list<XMLNode *>::iterator i = selection_op_history.begin(); i != selection_op_history.end(); ++i) {
|
||||
delete *i;
|
||||
}
|
||||
}
|
||||
|
||||
XMLNode*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue