summaryrefslogtreecommitdiff
path: root/libs/ardour/graphnode.cc
diff options
context:
space:
mode:
Diffstat (limited to 'libs/ardour/graphnode.cc')
-rw-r--r--libs/ardour/graphnode.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/graphnode.cc b/libs/ardour/graphnode.cc
index a919efcff3..72b64abae0 100644
--- a/libs/ardour/graphnode.cc
+++ b/libs/ardour/graphnode.cc
@@ -58,6 +58,7 @@ GraphNode::finish (int chain)
}
if (!feeds_somebody) {
+ /* This node does not feed anybody, so decrement the graph's finished count */
_graph->dec_ref();
}
}