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

New commits:
commit 2278e3cc31f97259ba2eea86e99739006a23b8e3
Author: Caolán McNamara <caol...@redhat.com>
Date:   Thu Jun 27 11:24:53 2013 +0100

    valgrind: bInsertIntoEditWindow uninitialized
    
    Change-Id: I3da23e991a70e12bdfefeda5f5e7669ab111cfb4

diff --git a/starmath/source/view.cxx b/starmath/source/view.cxx
index e0fd8d43..b4b6a71 100644
--- a/starmath/source/view.cxx
+++ b/starmath/source/view.cxx
@@ -1995,6 +1995,7 @@ SmViewShell::SmViewShell(SfxViewFrame *pFrame_, 
SfxViewShell *):
     pImpl( new SmViewShell_Impl ),
     aGraphic(this),
     aGraphicController(aGraphic, SID_GAPHIC_SM, pFrame_->GetBindings())
+    , bInsertIntoEditWindow(false)
 {
     SAL_INFO( "starmath", "starmath: SmViewShell::SmViewShell" );
 
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to