diff options
author | Maarten Maathuis <madman2003@gmail.com> | 2009-02-08 18:59:17 +0100 |
---|---|---|
committer | Maarten Maathuis <madman2003@gmail.com> | 2009-02-08 18:59:17 +0100 |
commit | 1cb5afdf1ef53e72e0eef28ff6197bf5e86ef758 (patch) | |
tree | 88bd3db0a8ade3eb89e59b05abb66170de0c0964 /exa/exa.c | |
parent | 6fd8fe9cb993f9b733cf7d878bc324acd09aa48d (diff) |
dix: always NULL pGC->tile.pixmap in Create{Scratch}GC.
Diffstat (limited to 'exa/exa.c')
-rw-r--r-- | exa/exa.c | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -694,7 +694,6 @@ exaValidateGC(GCPtr pGC, /* Either of these conditions is enough to trigger access to a tile pixmap. */ /* With pGC->tileIsPixel == 1, you run the risk of dereferencing an invalid tile pixmap pointer. */ - /* XXX: find out who is forgetting to NULL these tile pixmap pointers. */ if (pGC->fillStyle == FillTiled || ((changes & GCTile) && !pGC->tileIsPixel)) { pTile = pGC->tile.pixmap; |