X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;ds=sidebyside;f=src%2Fcheck.c;h=04c5c8e0c30dee087511ae3d0a9ba1400942ef62;hb=refs%2Ftags%2Fprivaterel-1999-09-25-egnor;hp=84fe168cd6cac54259793bde2b0892d8ab099d63;hpb=28de64428cfdb63ad07acfcfc254907b608d5137;p=adns.git 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); }); }