From df672fea20a1bf6488c9b287f91899afc86869f7 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Henrik=20Grubbstr=C3=B6m=20=28Grubba=29?=
 <grubba@grubba.org>
Date: Wed, 26 Sep 2001 14:38:49 +0200
Subject: [PATCH] Oops, bugfix.

Rev: src/modules/Image/matrix.c:1.36
---
 src/modules/Image/matrix.c | 5 ++---
 1 file changed, 2 insertions(+), 3 deletions(-)

diff --git a/src/modules/Image/matrix.c b/src/modules/Image/matrix.c
index 52d3da4b9a..5f221310b0 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;
    }
 
-- 
GitLab