diff options
Diffstat (limited to 'radsecproxy.c')
-rw-r--r-- | radsecproxy.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/radsecproxy.c b/radsecproxy.c index 7c45751..368a2a5 100644 --- a/radsecproxy.c +++ b/radsecproxy.c @@ -237,6 +237,7 @@ struct client *addclient(struct clsrvconf *conf, uint8_t lock) { if (lock) pthread_mutex_unlock(conf->lock); debug(DBG_ERR, "malloc failed"); + free(new); return NULL; } } |