Skip to content

Commit

Permalink
Don't call AtExit twice
Browse files Browse the repository at this point in the history
  • Loading branch information
ry committed Oct 22, 2010
1 parent fb8830a commit b2969a9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/node.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1776,7 +1776,6 @@ static void AtExit() {


static void SignalExit(int signal) {
AtExit();
exit(1);
}

Expand Down

0 comments on commit b2969a9

Please sign in to comment.