svtools/source/control/valueacc.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit 7fd9d3e45a64495c99beb21f0ac0f7d2c16382cb Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Jul 17 19:50:46 2019 +0100 Commit: Michael Stahl <michael.st...@cib.de> CommitDate: Thu Jul 18 10:28:03 2019 +0200 cid#1448313 Uninitialized pointer field Change-Id: I0e449be3c0ae4cfef88766e189e7255ff45e83f9 Reviewed-on: https://gerrit.libreoffice.org/75806 Tested-by: Jenkins Reviewed-by: Michael Stahl <michael.st...@cib.de> diff --git a/svtools/source/control/valueacc.cxx b/svtools/source/control/valueacc.cxx index 1033fa1c52fd..c4f333f9b9c4 100644 --- a/svtools/source/control/valueacc.cxx +++ b/svtools/source/control/valueacc.cxx @@ -68,6 +68,7 @@ SvtValueSetItem::SvtValueSetItem( SvtValueSet& rParent ) , mnId(0) , meType(VALUESETITEM_NONE) , mbVisible(true) + , mpData(nullptr) , mxAcc() { } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits