13
0

call ProcessThread::init() to correctly setup per-thread process buffers for use during freeze() operations

git-svn-id: svn://localhost/ardour2/branches/3.0@11867 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
Paul Davis 2012-04-10 15:25:27 +00:00
parent fcff349ba5
commit 760db6493b

View File

@ -3389,6 +3389,8 @@ Editor::_freeze_thread (void* arg)
void*
Editor::freeze_thread ()
{
/* create per-thread buffers for process() calls */
ProcessThread::init ();
/* create event pool because we may need to talk to the session */
SessionEvent::create_per_thread_pool ("freeze events", 64);
/* create per-thread buffers for process() tree to use */