diff options
Diffstat (limited to 'lib/radsec.c')
-rw-r--r-- | lib/radsec.c | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/radsec.c b/lib/radsec.c index e6b79cf..48fe221 100644 --- a/lib/radsec.c +++ b/lib/radsec.c @@ -127,6 +127,9 @@ rs_context_destroy (struct rs_context *ctx) rs_free (ctx, ctx->config); } + if (ctx->evb) + event_base_free (ctx->evb); + free (ctx); } |