Skip to content

Commit

Permalink
Merge pull request #2153 from luser/stackwalker-exit
Browse files Browse the repository at this point in the history
Make stackwalker exit(0) instead of returning
  • Loading branch information
lonnen committed Jun 28, 2014
2 parents b51f31b + 73d999e commit 0c900b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion minidump-stackwalk/stackwalker.cc
Original file line number Diff line number Diff line change
Expand Up @@ -1057,5 +1057,5 @@ int main(int argc, char** argv)
printf("%s\n", writer->write(root).c_str());

delete writer;
return 0;
exit(0);
}

0 comments on commit 0c900b5

Please sign in to comment.