sd/source/ui/dlg/sdtreelb.cxx | 1 + 1 file changed, 1 insertion(+) New commits: commit d991e7f3ffbb689f54663cb8f44f68f895925a21 Author: Caolán McNamara <caol...@redhat.com> AuthorDate: Fri Mar 19 15:42:07 2021 +0000 Commit: Aron Budea <aron.bu...@collabora.com> CommitDate: Thu Dec 16 03:57:14 2021 +0100
cid#1459022 Uninitialized pointer field Change-Id: I0828d25eac66928acd6dfd7d09989cabf7bf573b Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112775 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caol...@redhat.com> (cherry picked from commit 015337a6fae8693eb0f191da4a45055857259f39) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/126900 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoff...@gmail.com> Reviewed-by: Aron Budea <aron.bu...@collabora.com> diff --git a/sd/source/ui/dlg/sdtreelb.cxx b/sd/source/ui/dlg/sdtreelb.cxx index 361ae670e159..7a0098700125 100644 --- a/sd/source/ui/dlg/sdtreelb.cxx +++ b/sd/source/ui/dlg/sdtreelb.cxx @@ -642,6 +642,7 @@ SdPageObjsTLV::SdPageObjsTLV(std::unique_ptr<weld::TreeView> xTreeView) , m_xScratchIter(m_xTreeView->make_iterator()) , m_xDropTargetHelper(new SdPageObjsTLVDropTarget(*m_xTreeView)) , m_xAccel(::svt::AcceleratorExecute::createAcceleratorHelper()) + , m_pNavigator(nullptr) , m_pDoc(nullptr) , m_pBookmarkDoc(nullptr) , m_pMedium(nullptr)