mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-06 13:41:28 +00:00
core/legion: fix memory leak in wsgi_opt_legion_quorum
Reported by Coverity as CID #971024.
This commit is contained in:
@@ -716,6 +716,7 @@ void uwsgi_opt_legion_quorum(char *opt, char *value, void *foobar) {
|
||||
}
|
||||
|
||||
ul->quorum = atoi(space+1);
|
||||
free(legion);
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user