Don't call AtExit twice

This commit is contained in:
Ryan Dahl
2010-10-22 10:17:38 -07:00
parent fb8830a64f
commit b2969a9155

View File

@@ -1776,7 +1776,6 @@ static void AtExit() {
static void SignalExit(int signal) {
AtExit();
exit(1);
}