summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--x11/lesstif/patches/patch-ai11
1 files changed, 11 insertions, 0 deletions
diff --git a/x11/lesstif/patches/patch-ai b/x11/lesstif/patches/patch-ai
new file mode 100644
index 00000000000..f73c7068cc5
--- /dev/null
+++ b/x11/lesstif/patches/patch-ai
@@ -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? */
+ }