mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 23:35:03 +01:00
fix mis-ordered erase/delete pair
git-svn-id: svn://localhost/ardour2/branches/3.0@8162 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
cdfbec0eb1
commit
e490a1a278
1 changed files with 1 additions and 1 deletions
|
|
@ -959,8 +959,8 @@ ProcessorBox::redisplay_processors ()
|
|||
|
||||
if (!(*i)->marked) {
|
||||
ARDOUR_UI::instance()->remove_window_proxy (*i);
|
||||
_processor_window_proxies.erase (i);
|
||||
delete *i;
|
||||
_processor_window_proxies.erase (i);
|
||||
}
|
||||
|
||||
i = j;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue