summaryrefslogtreecommitdiff
path: root/print/dvipng/patches/patch-ac
blob: 45c9fa5d64c03045276fbca6f1fbd4a15e913ae4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ac,v 1.1 2003/12/15 13:45:07 wiz Exp $

--- tfm.c.orig	Sun Nov 30 12:56:55 2003
+++ tfm.c
@@ -58,7 +58,6 @@ bool ReadTFM(struct font_entry * tfontp,
     c++;
     position += 4;
   }
-  free(width);
   return(true);
 }