[PATCH libreoffice-3-6] Related: rhbz#924515 valgrind: uninitialized value
Caolán McNamara (via_Code_Review)
gerrit at gerrit.libreoffice.org
Tue Apr 16 04:40:57 PDT 2013
Hi,
I have submitted a patch for review:
https://gerrit.libreoffice.org/3412
To pull it, you can do:
git pull ssh://gerrit.libreoffice.org:29418/core refs/changes/12/3412/1
Related: rhbz#924515 valgrind: uninitialized value
(cherry picked from commit 7093b2418d036b47ed706464956f330cfb89707a)
Change-Id: I405733a77a721f3d5562782e654a1942fe3b073e
---
M editeng/source/editeng/impedit2.cxx
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/editeng/source/editeng/impedit2.cxx b/editeng/source/editeng/impedit2.cxx
index 246ad29..be1e766 100644
--- a/editeng/source/editeng/impedit2.cxx
+++ b/editeng/source/editeng/impedit2.cxx
@@ -99,6 +99,7 @@
bAddExtLeading(false),
bIsFormatting(false),
bFormatted(false),
+ bInSelection(false),
bIsInUndo(false),
bUpdate(true),
bUndoEnabled(true),
--
To view, visit https://gerrit.libreoffice.org/3412
To unsubscribe, visit https://gerrit.libreoffice.org/settings
Gerrit-MessageType: newchange
Gerrit-Change-Id: I405733a77a721f3d5562782e654a1942fe3b073e
Gerrit-PatchSet: 1
Gerrit-Project: core
Gerrit-Branch: libreoffice-3-6
Gerrit-Owner: Caolán McNamara <caolanm at redhat.com>
More information about the LibreOffice
mailing list