diff options
| author | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:53:39 +0000 | 
|---|---|---|
| committer | Dag-Erling Smørgrav <des@FreeBSD.org> | 2018-05-12 11:53:39 +0000 | 
| commit | 6cacf549d3c2d5bddb0dcadd620e1db2897c7f26 (patch) | |
| tree | e187e7d708a063f1628697fe779e2bb101d451b8 /libunbound/libunbound.c | |
| parent | fbdb9ac866a647da0919b224f05cca039afc02fa (diff) | |
Diffstat (limited to 'libunbound/libunbound.c')
| -rw-r--r-- | libunbound/libunbound.c | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/libunbound/libunbound.c b/libunbound/libunbound.c index 727b27522019..eaa31c71c590 100644 --- a/libunbound/libunbound.c +++ b/libunbound/libunbound.c @@ -310,7 +310,6 @@ ub_ctx_delete(struct ub_ctx* ctx)  		infra_delete(ctx->env->infra_cache);  		config_delete(ctx->env->cfg);  		edns_known_options_delete(ctx->env); -		inplace_cb_lists_delete(ctx->env);  		free(ctx->env);  	}  	ub_randfree(ctx->seed_rnd);  | 
