summaryrefslogtreecommitdiffstats
path: root/views/view.cc
diff options
context:
space:
mode:
Diffstat (limited to 'views/view.cc')
-rw-r--r--views/view.cc6
1 files changed, 6 insertions, 0 deletions
diff --git a/views/view.cc b/views/view.cc
index 232da55..1e09824 100644
--- a/views/view.cc
+++ b/views/view.cc
@@ -74,6 +74,12 @@ View::~View() {
else
child_views_[c]->SetParent(NULL);
}
+
+#if defined(OS_WIN)
+ if (accessibility_.get()) {
+ accessibility_->Uninitialize();
+ }
+#endif
}
/////////////////////////////////////////////////////////////////////////////