[Libreoffice-commits] core.git: Branch 'libreoffice-5-0' - starmath/source

László Németh laszlo.nemeth at collabora.com
Mon Jun 15 05:41:58 PDT 2015


 starmath/source/view.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit 1df508f11440674dac1b262e8f66fb9f3f6f1cc5
Author: László Németh <laszlo.nemeth at collabora.com>
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 <ci at libreoffice.org>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>
    Tested-by: Caolán McNamara <caolanm at redhat.com>

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();
 }


More information about the Libreoffice-commits mailing list