13
0

fixup freeze operation.

since rev. 1e3a955, Session::write_one_track() gets and drops
thread buffers.
This commit is contained in:
Robin Gareus 2014-05-26 07:00:00 +02:00
parent 3be01ea502
commit a0037ee2d8

View File

@ -3575,10 +3575,8 @@ Editor::freeze_thread ()
/* 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 */
current_interthread_info->process_thread.get_buffers ();
clicked_routeview->audio_track()->freeze_me (*current_interthread_info);
current_interthread_info->done = true;
current_interthread_info->process_thread.drop_buffers();
return 0;
}