mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +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;
|
return;
|
||||||
}
|
}
|
||||||
actions.erase (i);
|
actions.erase (i);
|
||||||
delete action;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
bool
|
bool
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue