From b69e413fa1b23e260b5870e0500dc7c5c6e9bcb0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fredrik=20H=C3=BCbinette=20=28Hubbe=29?= <hubbe@hubbe.net> Date: Sun, 30 Jan 2000 13:29:29 -0800 Subject: [PATCH] more debug.. Rev: src/modules/Image/matrix.c:1.21 --- src/modules/Image/matrix.c | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/modules/Image/matrix.c b/src/modules/Image/matrix.c index a8e9f97064..b9d80b9331 100644 --- a/src/modules/Image/matrix.c +++ b/src/modules/Image/matrix.c @@ -1,9 +1,9 @@ -/* $Id: matrix.c,v 1.20 1999/06/18 19:19:27 mirar Exp $ */ +/* $Id: matrix.c,v 1.21 2000/01/30 21:29:29 hubbe Exp $ */ /* **! module Image **! note -**! $Id: matrix.c,v 1.20 1999/06/18 19:19:27 mirar Exp $ +**! $Id: matrix.c,v 1.21 2000/01/30 21:29:29 hubbe Exp $ **! class Image */ @@ -698,13 +698,16 @@ static void img_skewx(struct image *src, d->b=ROUND(rgb.b*xn+s->b*xm); d++; s++; + debug_malloc_touch(dest->img); j=dest->xsize-x0-len; } if (xpn) rgb=s[-1]; while (j--) *(d++)=rgb; + debug_malloc_touch(dest->img); x0+=xmod; } THREADS_DISALLOW(); + debug_malloc_touch(dest->img); CHRONO("skewx end\n"); } -- GitLab