mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 11:46:25 +01:00
and now with erase
This commit is contained in:
parent
71bfe79e2c
commit
714da0f68e
1 changed files with 1 additions and 0 deletions
|
|
@ -203,6 +203,7 @@ AbstractUI<RequestObject>::handle_ui_requests ()
|
|||
std::list<InvalidationRecord*>::const_iterator tmp = r;
|
||||
++tmp;
|
||||
delete *r;
|
||||
trash.erase (r);
|
||||
r = tmp;
|
||||
} else {
|
||||
++r;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue