summaryrefslogtreecommitdiff
path: root/x11/XFree86-libs/patches/patch-ak
blob: 5bd3269a543b05c9d93751e16e5f7a35173f29b4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
$NetBSD: patch-ak,v 1.1.1.1 2004/01/24 08:47:29 xtraeme Exp $

--- lib/X11/lcPrTxt.c.orig	Mon Jun  3 15:36:00 2002
+++ lib/X11/lcPrTxt.c	Mon Apr 21 23:38:30 2003
@@ -154,7 +154,6 @@
 	    buf_len = text_prop->nitems * 6 + 1;
 	else
 	    buf_len = text_prop->nitems * XLC_PUBLIC(lcd, mb_cur_max) + 1;
-	buf = (XPointer) Xmalloc(buf_len);
     }
     buf = (XPointer) Xmalloc(buf_len);
     if (buf == NULL)