diff options
author | László Németh <laszlo.nemeth@collabora.com> | 2015-06-15 10:57:58 +0200 |
---|---|---|
committer | Andras Timar <andras.timar@collabora.com> | 2015-08-06 12:22:39 +0200 |
commit | 93077c2e1958fe55be05a9065cdb0d004b380870 (patch) | |
tree | b9ab91e963c7c22b64b0a985349583a909d078cc /starmath | |
parent | 08e73d6c10af8960a1f95ce7a3b31edc0b19253f (diff) |
starmath: dispose SmEditController object correctly
(cherry-picked from 17cdc92e46e84ec8d99dedfdd9e8e96fb950f6ea)
Change-Id: I5d44ff6d514d2e40df23f6c419463b980f39d2c7
Reviewed-on: https://gerrit.libreoffice.org/16287
Tested-by: Jenkins <ci@libreoffice.org>
Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Tested-by: Caolán McNamara <caolanm@redhat.com>
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 3be6fe7e4417..88703f7b731f 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(); } |