Delete the session before the AudioEngine is stopped, as the mackie surface code wants to send out MIDI as it dies.
git-svn-id: svn://localhost/ardour2/branches/3.0@12638 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
4f9a747655
commit
d14d30216b
@ -74,9 +74,8 @@ void
|
||||
TestNeedingSession::tearDown ()
|
||||
{
|
||||
AudioEngine::instance()->remove_session ();
|
||||
AudioEngine::instance()->stop (true);
|
||||
|
||||
delete _session;
|
||||
AudioEngine::instance()->stop (true);
|
||||
|
||||
MIDI::Manager::destroy ();
|
||||
AudioEngine::destroy ();
|
||||
|
Loading…
Reference in New Issue
Block a user