From 862da559b0810e4bb7e993890334daafb84179f9 Mon Sep 17 00:00:00 2001 From: frueauf Date: Tue, 7 Apr 1998 10:10:23 +0000 Subject: Add a little patch that fixes a known problem in 0.83. --- x11/lesstif/patches/patch-ai | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 x11/lesstif/patches/patch-ai 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? */ + } -- cgit v1.2.3