mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 06:44:57 +01:00
UndoTransaction: do not delete a Command when handling its DropReferences signal
This commit is contained in:
parent
decb945300
commit
f932e4bf15
1 changed files with 0 additions and 1 deletions
|
|
@ -99,7 +99,6 @@ UndoTransaction::remove_command (Command* const action)
|
|||
return;
|
||||
}
|
||||
actions.erase (i);
|
||||
delete action;
|
||||
}
|
||||
|
||||
bool
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue