diff options
author | Noel Grandin <noel@peralex.com> | 2015-04-16 10:12:40 +0200 |
---|---|---|
committer | Noel Grandin <noel@peralex.com> | 2015-04-16 10:12:40 +0200 |
commit | 3e710c27f7cda7d24206aa01ad7d28df4b08f69d (patch) | |
tree | b8ca5920afd3b44b1a9f980883ff79b98b6527ad /extensions | |
parent | 5040e5038cc240b746db7badbc237d5bcd9cf690 (diff) |
fix live children left behind at destroy
Change-Id: I5c02f27e72635b5cb658a620ead63ff3229c3994
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/source/propctrlr/browserview.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/source/propctrlr/browserview.cxx b/extensions/source/propctrlr/browserview.cxx index b2564479a7d8..097ce695db0d 100644 --- a/extensions/source/propctrlr/browserview.cxx +++ b/extensions/source/propctrlr/browserview.cxx @@ -65,7 +65,7 @@ namespace pcr if (nTmpPage) m_nActivePage = nTmpPage; } - m_pPropBox.clear(); + m_pPropBox.disposeAndClear(); vcl::Window::dispose(); } |