From 7fcfe672c4cd974641f156c8696f36094c32fa48 Mon Sep 17 00:00:00 2001 From: Carl Hetherington Date: Tue, 17 Jan 2012 16:54:09 +0000 Subject: Fix unutterably terrible thinko in previous commit. git-svn-id: svn://localhost/ardour2/branches/3.0@11254 d708f5d6-7413-0410-9779-e7cbd77b26cf --- libs/ardour/graph.cc | 2 ++ 1 file changed, 2 insertions(+) (limited to 'libs/ardour/graph.cc') diff --git a/libs/ardour/graph.cc b/libs/ardour/graph.cc index 99fc524534..03ba4d969a 100644 --- a/libs/ardour/graph.cc +++ b/libs/ardour/graph.cc @@ -233,7 +233,9 @@ Graph::prep() void Graph::trigger (GraphNode* n) { + pthread_mutex_lock (&_trigger_mutex); _trigger_queue.push_back (n); + pthread_mutex_unlock (&_trigger_mutex); } /** Called when a node at the `output' end of the chain (ie one that has no-one to feed) -- cgit v1.2.3