View | Details | Raw Unified | Return to bug 1228258
Collapse All | Expand All

(-)a/lib/ns/query.c (+1 lines)
Lines 5325-5330 qctx_freedata(query_ctx_t *qctx) { Link Here
5325
		ns_client_releasename(qctx->client, &qctx->zfname);
5325
		ns_client_releasename(qctx->client, &qctx->zfname);
5326
		dns_db_detachnode(qctx->zdb, &qctx->znode);
5326
		dns_db_detachnode(qctx->zdb, &qctx->znode);
5327
		dns_db_detach(&qctx->zdb);
5327
		dns_db_detach(&qctx->zdb);
5328
		qctx->zversion = NULL;
5328
	}
5329
	}
5329
5330
5330
	if (qctx->event != NULL && !qctx->client->nodetach) {
5331
	if (qctx->event != NULL && !qctx->client->nodetach) {

Return to bug 1228258