summaryrefslogtreecommitdiff
path: root/vcl
diff options
context:
space:
mode:
authorCaolán McNamara <caolanm@redhat.com>2020-08-20 20:18:17 +0100
committerCaolán McNamara <caolanm@redhat.com>2020-08-20 22:47:10 +0200
commitb93a294a38b6810aa5b871e02b851bb7e356515d (patch)
tree6c2a01c54695aedde52a5746bc269d06bfa25602 /vcl
parent7281c497dec340efbcef330d88b55bcabefb8147 (diff)
cid#1466206 Uninitialized pointer field
Change-Id: Ib694d3a43dd9bc5a430124d9c95128c4c15e3c57 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/101088 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolanm@redhat.com>
Diffstat (limited to 'vcl')
-rw-r--r--vcl/source/fontsubset/sft.cxx1
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/fontsubset/sft.cxx b/vcl/source/fontsubset/sft.cxx
index 7de35fa3c088..3f7d96945873 100644
--- a/vcl/source/fontsubset/sft.cxx
+++ b/vcl/source/fontsubset/sft.cxx
@@ -1478,6 +1478,7 @@ TrueTypeFont::TrueTypeFont(const char* pFileName)
, ntables(0)
, cmap(nullptr)
, cmapType(0)
+ , mapper(nullptr)
{
}