summaryrefslogtreecommitdiff
path: root/libs/ardour/graphnode.cc
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-11-05 15:58:38 +0000
committerCarl Hetherington <carl@carlh.net>2011-11-05 15:58:38 +0000
commite12432cc632125821d6ed192d129ef385fb25002 (patch)
treebd1c36ecb30391c6ba51f30a8c9a4b99d7f2572c /libs/ardour/graphnode.cc
parent1d2636d76df3f6fd5eb0148f9284185561b0d2ab (diff)
A few comments.
git-svn-id: svn://localhost/ardour2/branches/3.0@10459 d708f5d6-7413-0410-9779-e7cbd77b26cf
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();
}
}