starmath/source/view.cxx | 1 +
1 file changed, 1 insertion(+)
New commits:
commit 1df508f11440674dac1b262e8f66fb9f3f6f1cc5
Author: László Németh <[email protected]>
Date: Mon Jun 15 10:57:58 2015 +0200
starmath: dispose SmEditController object correctly
(cherry-picked from 17cdc92e46e84ec8d99dedfdd9e8e96fb950f6ea)
Change-Id: I5d44ff6d514d2e40df23f6c419463b980f39d2c7
Reviewed-on: https://gerrit.libreoffice.org/16287
Tested-by: Jenkins <[email protected]>
Reviewed-by: Caolán McNamara <[email protected]>
Tested-by: Caolán McNamara <[email protected]>
diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index 3be6fe7..88703f7b 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();
}
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits