mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-01 11:15:57 +00:00
fixed master fd leak when using tracebacker
This commit is contained in:
@@ -1778,6 +1778,7 @@ static void uwsgi_python_harakiri(int wid) {
|
||||
uwsgi_log("%.*s", (int) len, buf);
|
||||
}
|
||||
|
||||
close(fd);
|
||||
free(address);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user