diff --git a/core/legion.c b/core/legion.c index cc093635..0c486f89 100644 --- a/core/legion.c +++ b/core/legion.c @@ -716,6 +716,7 @@ void uwsgi_opt_legion_quorum(char *opt, char *value, void *foobar) { } ul->quorum = atoi(space+1); + free(legion); }