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
..
2015-10-04 15:11:15 -04:00
2019-08-03 15:53:17 +02:00
2020-02-07 11:27:22 +00:00
2020-02-28 02:09:58 +01:00
2019-12-30 09:49:23 -07:00
2020-01-05 11:40:59 -07:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2013-08-08 15:26:18 -04:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-09-05 19:29:19 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-12-30 09:49:23 -07:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-12-14 10:40:07 -07:00
2019-12-09 22:58:08 +01:00
2020-02-20 23:06:55 +01:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-12 16:41:25 +02:00
2019-08-03 15:53:17 +02:00
2018-09-21 19:03:33 +02:00
2019-08-03 15:53:17 +02:00
2016-12-04 15:15:11 -05:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2015-10-05 16:17:49 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2020-01-05 17:58:54 -07:00
2019-11-06 09:27:49 -07:00
2019-08-03 15:53:17 +02:00
2020-02-24 05:29:56 +01:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2014-12-03 17:31:04 +07:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-11-09 06:30:46 +01:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2020-02-07 11:27:22 +00:00
2019-09-17 18:26:03 -06:00
2020-02-25 21:45:07 +01:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2019-08-03 15:53:17 +02:00
2020-01-27 17:43:37 +01:00
2020-01-05 17:58:54 -07:00