core/legion: fix memory leak in wsgi_opt_legion_quorum

Reported by Coverity as CID #971024.
This commit is contained in:
Riccardo Magliocchetti
2013-03-09 17:04:57 +01:00
parent 1f4099c874
commit d6ff3ac018
+1
View File
@@ -716,6 +716,7 @@ void uwsgi_opt_legion_quorum(char *opt, char *value, void *foobar) {
}
ul->quorum = atoi(space+1);
free(legion);
}