summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--light/utils/main.cpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/light/utils/main.cpp b/light/utils/main.cpp
index d07e799a..724e0eef 100644
--- a/light/utils/main.cpp
+++ b/light/utils/main.cpp
@@ -55,5 +55,6 @@ int main() {
55 } 55 }
56 }); 56 });
57 57
58 return 0; 58 // b/77934844: Avoid running static destructors.
59 _exit(1);
59} 60}