summaryrefslogtreecommitdiff
path: root/radsecproxy.c
diff options
context:
space:
mode:
Diffstat (limited to 'radsecproxy.c')
-rw-r--r--radsecproxy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.c b/radsecproxy.c
index 2ffae31..cdf9fbb 100644
--- a/radsecproxy.c
+++ b/radsecproxy.c
@@ -581,6 +581,7 @@ void removeclient(struct client *client) {
return;
removequeue(client->replyq);
list_removedata(client->conf->clients, client);
+ free(client->addr);
free(client);
}