Commit c1cae3c6 authored by Ulrich Sibiller's avatar Ulrich Sibiller

Render.c: Init BoxRec

PVS Studio: "V614 Potentially uninitialized variable 'glyphBox.*' used."
parent 8bb77997
......@@ -1248,7 +1248,7 @@ void nxagentGlyphs(CARD8 op, PicturePtr pSrc, PicturePtr pDst,
PictFormatPtr maskFormat, INT16 xSrc, INT16 ySrc, int nlists,
XGlyphElt8 *elts, int sizeID, GlyphPtr *glyphsBase)
{
BoxRec glyphBox;
BoxRec glyphBox = {0};
XGlyphElt8 *elements;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment