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

New commits:
commit af93691a3d9dd81fed39295dcc6bc18be2071d59
Author: Caolán McNamara <[email protected]>
Date:   Thu Jun 27 11:24:53 2013 +0100

    valgrind: bInsertIntoEditWindow uninitialized
    
    Change-Id: I3da23e991a70e12bdfefeda5f5e7669ab111cfb4
    (cherry picked from commit 2278e3cc31f97259ba2eea86e99739006a23b8e3)
    Reviewed-on: https://gerrit.libreoffice.org/4574
    Reviewed-by: Michael Stahl <[email protected]>
    Tested-by: Michael Stahl <[email protected]>

diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index d144dde..d0272aa 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1989,6 +1989,7 @@ SmViewShell::SmViewShell(SfxViewFrame *pFrame_, 
SfxViewShell *):
     pImpl( new SmViewShell_Impl ),
     aGraphic(this),
     aGraphicController(aGraphic, SID_GAPHIC_SM, pFrame_->GetBindings())
+    , bInsertIntoEditWindow(false)
 {
     RTL_LOGFILE_CONTEXT( aLog, "starmath: SmViewShell::SmViewShell" );
 
_______________________________________________
Libreoffice-commits mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to