UndoTransaction: do not delete a Command when handling its DropReferences signal
This commit is contained in:
@@ -99,7 +99,6 @@ UndoTransaction::remove_command (Command* const action)
|
||||
return;
|
||||
}
|
||||
actions.erase (i);
|
||||
delete action;
|
||||
}
|
||||
|
||||
bool
|
||||
|
||||
Reference in New Issue
Block a user