svtools/source/control/valueacc.cxx | 1 + 1 file changed, 1 insertion(+)
New commits: commit e5e509551c229f242b3111d43887b22717846ccf Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Wed Jul 17 19:50:46 2019 +0100 Commit: Caolán McNamara <caol...@redhat.com> CommitDate: Thu Jul 18 11:20:55 2019 +0200 cid#1448313 Uninitialized pointer field Change-Id: I0e449be3c0ae4cfef88766e189e7255ff45e83f9 Reviewed-on: https://gerrit.libreoffice.org/75800 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> Tested-by: Caolán McNamara <caol...@redhat.com> 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