$NetBSD: patch-ab,v 1.2 2004/02/07 00:51:58 snj Exp $

--- font.c.orig	2004-01-16 04:35:29.000000000 -0800
+++ font.c	2004-02-06 16:32:49.000000000 -0800
@@ -299,7 +299,6 @@ void ClearFonts(void)
   while(hfontptr!=NULL) {
     tmp=hfontptr->next;
     DoneFont(hfontptr);
-    free(hfontptr);
     hfontptr=tmp;
   }
   if (dvi!=NULL)
