aboutsummaryrefslogtreecommitdiff
path: root/libunbound/libunbound.c
diff options
context:
space:
mode:
Diffstat (limited to 'libunbound/libunbound.c')
-rw-r--r--libunbound/libunbound.c1
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);