fix unset per-thread tempo map in AutomationWatch thread
This commit is contained in:
parent
f5866c1dee
commit
65b7b3f2eb
@ -163,6 +163,8 @@ AutomationWatch::timer ()
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
(void) Temporal::TempoMap::fetch ();
|
||||
|
||||
{
|
||||
Glib::Threads::Mutex::Lock lm (automation_watch_lock);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user