mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
Fixes for crashes on session going away.
git-svn-id: svn://localhost/ardour2/branches/3.0@5317 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
30eafbef5e
commit
12bf437c6e
2 changed files with 10 additions and 4 deletions
|
|
@ -45,4 +45,6 @@ EditorComponent::session_going_away ()
|
|||
for (list<connection>::iterator i = _session_connections.begin(); i != _session_connections.end(); ++i) {
|
||||
i->disconnect ();
|
||||
}
|
||||
|
||||
_session = 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue