From: Michael Tremer Date: Sun, 12 Jul 2026 13:27:06 +0000 (+0000) Subject: graph: Fix "can render" check if we check for an object X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c4279f86625d5d767ac74dbaac3d8e35fe908999;p=telemetry.git graph: Fix "can render" check if we check for an object Signed-off-by: Michael Tremer --- diff --git a/src/daemon/graph.c b/src/daemon/graph.c index 3ae9f0a..59ad3f8 100644 --- a/src/daemon/graph.c +++ b/src/daemon/graph.c @@ -248,6 +248,9 @@ int td_graph_requires_source(td_graph* self, const char* name, const char* objec } } + // Success + r = 0; + ERROR: if (sources) td_sources_unref(sources);