summaryrefslogtreecommitdiff
path: root/lib/radsec.c
diff options
context:
space:
mode:
Diffstat (limited to 'lib/radsec.c')
-rw-r--r--lib/radsec.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/radsec.c b/lib/radsec.c
index 3772158..1d8dafc 100644
--- a/lib/radsec.c
+++ b/lib/radsec.c
@@ -142,6 +142,7 @@ void rs_context_destroy(struct rs_context *ctx)
r = r->next;
rs_free (ctx, tmp);
}
+ dict_free ();
rs_free (ctx, ctx);
}