$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)
