mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
fix thinko in cleaning up of XML nodes in Session::memento_command_factory()
"child" is not an independent object, but points to either before or after, both of which have already been deleted
This commit is contained in:
parent
6ff1d86cad
commit
fea76a4adf
1 changed files with 0 additions and 1 deletions
|
|
@ -149,7 +149,6 @@ Session::memento_command_factory(XMLNode *n)
|
||||||
|
|
||||||
delete after;
|
delete after;
|
||||||
delete before;
|
delete before;
|
||||||
delete child;
|
|
||||||
|
|
||||||
return 0 ;
|
return 0 ;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue