summaryrefslogtreecommitdiffstats
path: root/runtime/runtime.cc
diff options
context:
space:
mode:
Diffstat (limited to 'runtime/runtime.cc')
-rw-r--r--runtime/runtime.cc3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/runtime.cc b/runtime/runtime.cc
index ba53c43..ee8cbe1 100644
--- a/runtime/runtime.cc
+++ b/runtime/runtime.cc
@@ -169,6 +169,9 @@ Runtime::~Runtime() {
BackgroundMethodSamplingProfiler::Shutdown();
}
+ // Shutdown the fault manager if it was initialized.
+ fault_manager.Shutdown();
+
Trace::Shutdown();
// Make sure to let the GC complete if it is running.