From: Christian Grothoff Date: Fri, 10 Mar 2017 16:54:54 +0000 (+0100) Subject: add assertion to make static analysis happy X-Git-Tag: gnunet-0.11.0rc0~291^2~16 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=1a2fad47b4652d3c2819e73ce7706856636b1310;p=oweals%2Fgnunet.git add assertion to make static analysis happy --- 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,