13
0

Clean up session after test.

git-svn-id: svn://localhost/ardour2/branches/3.0@11076 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Carl Hetherington 2011-12-26 17:51:03 +00:00
parent d95f6c7538
commit 0fb091dc20

View File

@ -83,6 +83,7 @@ void
PlaylistLayeringTest::tearDown ()
{
AudioEngine::instance()->remove_session ();
delete _session;
EnumWriter::destroy ();
MIDI::Manager::destroy ();
AudioEngine::destroy ();