diff options
Diffstat (limited to 'pixman')
-rw-r--r-- | pixman/pixman/pixman-fast-path.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pixman/pixman/pixman-fast-path.c b/pixman/pixman/pixman-fast-path.c index 2608268d9..5d52b4a57 100644 --- a/pixman/pixman/pixman-fast-path.c +++ b/pixman/pixman/pixman-fast-path.c @@ -2489,7 +2489,7 @@ fail: FUNC, "Allocation failure or bad matrix, skipping rendering\n"); iter->get_scanline = _pixman_iter_get_scanline_noop; - iter->fini = bilinear_cover_iter_fini; + iter->fini = NULL; } #define IMAGE_FLAGS \ |