mirror of
https://github.com/clearlinux/uwsgi.git
synced 2026-09-01 02:35:03 +00:00
Merge pull request #484 from xiaost-bytedance/master
fixed master fd leak when using tracebacker
This commit is contained in:
@@ -1810,6 +1810,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