Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
fix small memory leak in config parser
  • Loading branch information
Fabian Mauchle committed Jul 8, 2021
1 parent 97ac83e commit 9c9d805
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions radsecproxy.c
Expand Up @@ -2684,6 +2684,7 @@ int confserver_cb(struct gconffile **cf, void *arg, char *block, char *opt, char
conf->statusserver = RSP_STATSRV_AUTO;
else
debugx(1, DBG_ERR, "config error in blocck %s: invalid StatusServer value: %s", block, statusserver);
free(statusserver);
}

if (resconf) {
Expand Down

0 comments on commit 9c9d805

Please sign in to comment.