X-Git-Url: https://www.chiark.greenend.org.uk/ucgi/~mdw/git/adns/blobdiff_plain/28de64428cfdb63ad07acfcfc254907b608d5137..bfc2c80e5bed3c17f3cf7451939458b0357bfd38:/src/check.c?ds=inline diff --git a/src/check.c b/src/check.c index 84fe168..04c5c8e 100644 --- a/src/check.c +++ b/src/check.c @@ -136,6 +136,7 @@ static void checkc_queue_output(adns_state ads) { assert(qu->state == query_done); assert(!qu->children.head && !qu->children.tail); assert(!qu->parent); + assert(!qu->allocations.head && !qu->allocations.tail); checkc_query(ads,qu); }); }