diff options
-rw-r--r-- | src/lx_exa.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/lx_exa.c b/src/lx_exa.c index f6eeb65..31f9b0e 100644 --- a/src/lx_exa.c +++ b/src/lx_exa.c @@ -565,7 +565,7 @@ lx_check_composite(int op, PicturePtr pSrc, PicturePtr pMsk, PicturePtr pDst) } /* We don't support any mask transforms */ - if (pMsk->transform) + if (pMsk && pMsk->transform) return FALSE; /* Keep an eye out for source rotation transforms - those we can |