Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(484)

Unified Diff: runtime/bin/main.cc

Issue 59393003: Always mark stdout and stderr as blocking on exit. (Closed) Base URL: https://dart.googlecode.com/svn/branches/bleeding_edge/dart
Patch Set: Created 7 years, 1 month ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | runtime/bin/platform.h » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: runtime/bin/main.cc
diff --git a/runtime/bin/main.cc b/runtime/bin/main.cc
index 62af0f3d5c01233925f2959a8ae8798ca27dd298..25b13044f981a6c17b1da2fa9fc0666b7990fda9 100644
--- a/runtime/bin/main.cc
+++ b/runtime/bin/main.cc
@@ -1011,6 +1011,8 @@ int main(int argc, char** argv) {
free(environment);
}
+ Platform::Cleanup();
+
return Process::GlobalExitCode();
}
« no previous file with comments | « no previous file | runtime/bin/platform.h » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698