A few comments.
[ardour.git] / libs / ardour / graphnode.cc
index a919efcff3a6e8b3ec890d0f657a2aaf2927aff6..72b64abae0305d827f0c30b463a231f71cf98e53 100644 (file)
@@ -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();
         }
 }