diff --git a/src/modules/Image/matrix.c b/src/modules/Image/matrix.c
index 52d3da4b9acdc7cbf492881648ed5e9b1d40fb53..5f221310b016685f9cd81d7ada5246af754055d2 100644
--- a/src/modules/Image/matrix.c
+++ b/src/modules/Image/matrix.c
@@ -1,9 +1,9 @@
-/* $Id: matrix.c,v 1.35 2001/09/26 12:27:59 grubba Exp $ */
+/* $Id: matrix.c,v 1.36 2001/09/26 12:38:49 grubba Exp $ */
 
 /*
 **! module Image
 **! note
-**!	$Id: matrix.c,v 1.35 2001/09/26 12:27:59 grubba Exp $
+**!	$Id: matrix.c,v 1.36 2001/09/26 12:38:49 grubba Exp $
 **! class Image
 */
 
@@ -675,7 +675,6 @@ static void img_skewx(struct image *src,
    s=src->img;
 
    if (!src->xsize || !src->ysize) {
-     free(d);
      return;
    }