Merge pull request #484 from xiaost-bytedance/master

fixed master fd leak when using tracebacker
This commit is contained in:
unbit
2013-12-20 05:14:57 -08:00
+1
View File
@@ -1810,6 +1810,7 @@ static void uwsgi_python_harakiri(int wid) {
uwsgi_log("%.*s", (int) len, buf);
}
close(fd);
free(address);
}