Add a little patch that fixes a known problem in 0.83.

This commit is contained in:
frueauf 1998-04-07 10:10:23 +00:00
parent 74b6378f0b
commit 862da559b0

View file

@ -0,0 +1,11 @@
--- lib/Xm/FontList.c-orig Fri Mar 13 23:42:13 1998
+++ lib/Xm/FontList.c Sat Apr 4 12:29:29 1998
@@ -211,7 +211,7 @@
if (entry)
{
XtFree((*entry)->tag);
- XtFree((XtPointer)entry);
+ XtFree((XtPointer)*entry);
/* should we close the Font? */
}