diff options
Diffstat (limited to 'print/dvipng/patches/patch-ab')
-rw-r--r-- | print/dvipng/patches/patch-ab | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/print/dvipng/patches/patch-ab b/print/dvipng/patches/patch-ab new file mode 100644 index 00000000000..df4b6f34dd3 --- /dev/null +++ b/print/dvipng/patches/patch-ab @@ -0,0 +1,12 @@ +$NetBSD: patch-ab,v 1.1 2003/12/15 13:45:07 wiz Exp $ + +--- font.c.orig Sun Nov 30 12:56:55 2003 ++++ font.c +@@ -294,7 +294,6 @@ void ClearFonts(void) + while(hfontptr!=NULL) { + tmp=hfontptr->next; + DoneFont(hfontptr); +- free(hfontptr); + hfontptr=tmp; + } + FreeFontNumP(dvi->fontnump); |