summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--libs/ardour/graph.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/graph.cc b/libs/ardour/graph.cc
index 2ac465f1e9..5c0d41ed17 100644
--- a/libs/ardour/graph.cc
+++ b/libs/ardour/graph.cc
@@ -160,6 +160,8 @@ Graph::drop_threads ()
_thread_list.clear ();
+ _execution_tokens = 0;
+
_quit_threads = false;
}