summaryrefslogtreecommitdiff
path: root/x11/lesstif/patches/patch-ai
blob: f73c7068cc546dcd1fff858f560eb4d4f445d3fb (plain)
1
2
3
4
5
6
7
8
9
10
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? */
     }