[Libreoffice-commits] core.git: sd/source

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Sat Mar 20 12:45:17 UTC 2021


 sd/source/ui/unoidl/DrawController.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit c6e3fcfbb901c46191461d1a08cf0c4524729cfc
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Fri Mar 19 15:50:03 2021 +0000
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Sat Mar 20 13:44:33 2021 +0100

    cid#1474258 Uninitialized pointer field
    
    Change-Id: Ic28d5cc86d77320a8e18dbc6cc2275687c26a1d6
    Reviewed-on: https://gerrit.libreoffice.org/c/core/+/112778
    Tested-by: Caolán McNamara <caolanm at redhat.com>
    Reviewed-by: Caolán McNamara <caolanm at redhat.com>

diff --git a/sd/source/ui/unoidl/DrawController.cxx b/sd/source/ui/unoidl/DrawController.cxx
index 4f61f2cf1afa..66ed80851852 100644
--- a/sd/source/ui/unoidl/DrawController.cxx
+++ b/sd/source/ui/unoidl/DrawController.cxx
@@ -62,6 +62,7 @@ DrawController::DrawController (ViewShellBase& rBase) throw()
     : DrawControllerInterfaceBase(&rBase),
       BroadcastHelperOwner(SfxBaseController::m_aMutex),
       OPropertySetHelper(BroadcastHelperOwner::maBroadcastHelper),
+      mpCurrentLayer(nullptr),
       m_aSelectionTypeIdentifier(
         cppu::UnoType<view::XSelectionChangeListener>::get()),
       mpBase(&rBase),


More information about the Libreoffice-commits mailing list