summaryrefslogtreecommitdiff
path: root/print/dvipng/patches/patch-ab
blob: 14c55c975ae90bdf24e680c74ff34014c2afd960 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ab,v 1.4 2006/02/13 20:31:44 adam Exp $

--- font.c.orig	2005-07-04 18:15:24.000000000 +0200
+++ font.c
@@ -341,7 +341,6 @@ void ClearFonts(void)
   while(hfontptr!=NULL) {
     tmp=hfontptr->next;
     DoneFont(hfontptr);
-    free(hfontptr);
     hfontptr=tmp;
   }
   if (dvi!=NULL)