Files
ardour/libs/pbd
Robin Gareus 73c5bdd3cb Fix double free of undo commands (amend 9e6435ff14)
This fixes a case when deleting a plugin, deletes all automation
undo/redo events:
  <UndoTransaction name="add automation event">
    <MementoCommand type-name="ARDOUR::AutomationList">
   ...


`delete this;` calls the d'tor which emits drop_references(),
that leads to UndoTransaction::command_death() destroying the
object, whichh causes a double free.
2020-02-28 02:09:58 +01:00
..
2020-02-20 23:06:55 +01:00
2019-08-12 16:41:25 +02:00
2015-10-05 16:17:49 +02:00
2019-11-09 06:30:46 +01:00
2020-02-07 11:27:22 +00:00
2020-01-27 17:43:37 +01:00