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

Caolán McNamara (via logerrit) logerrit at kemper.freedesktop.org
Thu Apr 23 20:30:17 UTC 2020


 svx/source/tbxctrls/tbcontrl.cxx |    1 +
 1 file changed, 1 insertion(+)

New commits:
commit ef624df19fb0c3a0e5c6ca9f461e9c773dbe557f
Author:     Caolán McNamara <caolanm at redhat.com>
AuthorDate: Thu Apr 23 20:21:18 2020 +0100
Commit:     Caolán McNamara <caolanm at redhat.com>
CommitDate: Thu Apr 23 22:29:40 2020 +0200

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

diff --git a/svx/source/tbxctrls/tbcontrl.cxx b/svx/source/tbxctrls/tbcontrl.cxx
index 3e47e41c8cdd..5ab016dc50fa 100644
--- a/svx/source/tbxctrls/tbcontrl.cxx
+++ b/svx/source/tbxctrls/tbcontrl.cxx
@@ -2919,6 +2919,7 @@ VclPtr<vcl::Window> SvxStyleToolBoxControl::CreateItemWindow( vcl::Window *pPare
 }
 
 SvxFontNameToolBoxControl::SvxFontNameToolBoxControl()
+    : m_pBox(nullptr)
 {
 }
 


More information about the Libreoffice-commits mailing list