diff options
author | László Németh <laszlo.nemeth@collabora.com> | 2015-06-15 10:57:58 +0200 |
---|---|---|
committer | László Németh <laszlo.nemeth@collabora.com> | 2015-06-15 11:00:25 +0200 |
commit | 17cdc92e46e84ec8d99dedfdd9e8e96fb950f6ea (patch) | |
tree | ea1438c52cb52c4f3be04b2071cc0d80f0c5ebf6 /starmath | |
parent | d505f1600d9aeb095405b9f62eaf444d5d399860 (diff) |
starmath: dispose SmEditController object correctly
Change-Id: I5d44ff6d514d2e40df23f6c419463b980f39d2c7
Diffstat (limited to 'starmath')
-rw-r--r-- | starmath/source/view.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx index 4e4ad7902b3e..b6b14801bbb9 100644 --- a/starmath/source/view.cxx +++ b/starmath/source/view.cxx @@ -727,6 +727,7 @@ void SmCmdBoxWindow::dispose() { aInitialFocusTimer.Stop(); bExiting = true; + aController.dispose(); aEdit.disposeAndClear(); SfxDockingWindow::dispose(); } |