From 76e68c0c676a9e795c70cc86d4b8e27396863d14 Mon Sep 17 00:00:00 2001 From: Linus Nordberg Date: Thu, 26 Jan 2012 16:55:22 +0100 Subject: [PATCH] Free the transport credentials struct. --- lib/radsec.c | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/radsec.c b/lib/radsec.c index d4c0a09..53b5942 100644 --- a/lib/radsec.c +++ b/lib/radsec.c @@ -156,6 +156,7 @@ rs_context_destroy (struct rs_context *ctx) rs_free (ctx, tmp); } free (r->name); + rs_free (ctx, r->transport_cred); r = r->next; rs_free (ctx, tmp); } -- 2.1.4