diff --git a/bin/dig/dighost.c b/bin/dig/dighost.c index a9a4b0f388..93b17598a3 100644 --- a/bin/dig/dighost.c +++ b/bin/dig/dighost.c @@ -2705,7 +2705,6 @@ send_done(isc_nmhandle_t *handle, isc_result_t eresult, void *arg) { return; } else if (eresult != ISC_R_SUCCESS) { debug("send failed: %s", isc_result_totext(eresult)); - cancel_lookup(l); query_detach(&query); lookup_detach(&l); UNLOCK_LOOKUP;