Commit 8df1a67b authored by Mike Gabriel's avatar Mike Gabriel

Xserver/mi/mizerarc.c: Initialize oddPtrs as NULL before using it (in miZeroPolyArc).

parent c08d0308
......@@ -720,7 +720,7 @@ miZeroPolyArc(pDraw, pGC, narcs, parcs)
register int n, maxw = 0;
register xArc *arc;
register int i;
DDXPointPtr points, pts, oddPts;
DDXPointPtr points, pts, oddPts = NULL;
register DDXPointPtr pt;
int numPts;
Bool dospans;
......
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