mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-09 16:24:57 +01:00
Another fix for pianoroll use-after-free
`SessionHandleRef::session_going_away` sets `session = 0;` the timer needs to be disconnected before then.
This commit is contained in:
parent
a4e9b242e8
commit
385ff3b3e2
1 changed files with 1 additions and 1 deletions
|
|
@ -1883,8 +1883,8 @@ Pianoroll::set_session (ARDOUR::Session* s)
|
|||
void
|
||||
Pianoroll::session_going_away ()
|
||||
{
|
||||
CueEditor::session_going_away ();
|
||||
_update_connection.disconnect ();
|
||||
CueEditor::session_going_away ();
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue