13
0

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:
Carl Hetherington 2012-06-09 21:07:33 +00:00
parent 4f9a747655
commit d14d30216b

View File

@ -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 ();