]> git.pld-linux.org Git - packages/X11.git/blame - X11-xft_memfree.patch
- obsolete xorg-x11-xfs, xorg-x11-libs-data
[packages/X11.git] / X11-xft_memfree.patch
CommitLineData
17c84447 1diff -aurN xc.orig/lib/Xft/xftfreetype.c xc/lib/Xft/xftfreetype.c
2--- xc.orig/lib/Xft/xftfreetype.c 2004-08-12 01:37:34.000000000 +0200
3+++ xc/lib/Xft/xftfreetype.c 2005-03-28 23:05:32.300707656 +0200
4@@ -290,7 +290,7 @@
5 FT_Done_Face (f->face);
6 }
7 XftMemFree (XFT_MEM_FILE,
8- sizeof (XftFtFile) + f->file ? strlen (f->file) + 1 : 0);
9+ sizeof (XftFtFile) + (f->file ? strlen (f->file) + 1 : 0));
10 free (f);
11 }
12
This page took 0.043032 seconds and 4 git commands to generate.