mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-16 03:36:32 +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;
|
std::list<InvalidationRecord*>::const_iterator tmp = r;
|
||||||
++tmp;
|
++tmp;
|
||||||
delete *r;
|
delete *r;
|
||||||
|
trash.erase (r);
|
||||||
r = tmp;
|
r = tmp;
|
||||||
} else {
|
} else {
|
||||||
++r;
|
++r;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue