From 1a2fad47b4652d3c2819e73ce7706856636b1310 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Fri, 10 Mar 2017 17:54:54 +0100 Subject: [PATCH] add assertion to make static analysis happy --- src/cadet/gnunet-service-cadet-new_peer.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/cadet/gnunet-service-cadet-new_peer.c b/src/cadet/gnunet-service-cadet-new_peer.c index 350c8efae..29aef6895 100644 --- a/src/cadet/gnunet-service-cadet-new_peer.c +++ b/src/cadet/gnunet-service-cadet-new_peer.c @@ -917,6 +917,7 @@ path_heap_cleanup (void *cls) unused paths around in the hope that we might be able to switch, even if the number of paths exceeds the threshold.) */ root = GNUNET_CONTAINER_heap_peek (cp->path_heap); + GNUNET_assert (NULL != root); if (NULL != GCPP_get_connection (root, cp, -- 2.25.1