$NetBSD: patch-ab,v 1.3 2004/04/27 15:49:56 adam Exp $

--- font.c.orig	2004-03-24 14:50:41.000000000 +0000
+++ font.c
@@ -296,7 +296,6 @@ void ClearFonts(void)
   while(hfontptr!=NULL) {
     tmp=hfontptr->next;
     DoneFont(hfontptr);
-    free(hfontptr);
     hfontptr=tmp;
   }
   if (dvi!=NULL)
