cid#1596833 Uninitialized pointer field

Change-Id: I1f05ef494e7e28bd105b7658072c33b2d274a803
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/167159
Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com>
Tested-by: Jenkins
This commit is contained in:
Caolán McNamara
2024-05-05 16:39:36 +01:00
parent e756c168c2
commit 66916b2081

View File

@@ -1300,7 +1300,8 @@ namespace svgio::svgreader
maDominantBaseline(DominantBaseline::Auto),
maResolvingParent(33, 0),
mbStrokeDasharraySet(false),
mbContextStroke(false)
mbContextStroke(false),
maContextStroke(nullptr)
{
}