mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-30 08:53:08 +01:00
fix unset per-thread tempo map in AutomationWatch thread
This commit is contained in:
parent
f5866c1dee
commit
65b7b3f2eb
1 changed files with 2 additions and 0 deletions
|
|
@ -163,6 +163,8 @@ AutomationWatch::timer ()
|
|||
return TRUE;
|
||||
}
|
||||
|
||||
(void) Temporal::TempoMap::fetch ();
|
||||
|
||||
{
|
||||
Glib::Threads::Mutex::Lock lm (automation_watch_lock);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue