Add a little patch that fixes a known problem in 0.83.
This commit is contained in:
parent
74b6378f0b
commit
862da559b0
1 changed files with 11 additions and 0 deletions
11
x11/lesstif/patches/patch-ai
Normal file
11
x11/lesstif/patches/patch-ai
Normal 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? */
|
||||||
|
}
|
Loading…
Reference in a new issue