You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
370 B
12 lines
370 B
Index: xftfreetype.c |
|
--- xftfreetype.c.orig Sun Mar 27 18:51:12 2005 |
|
+++ xftfreetype.c Sun Mar 27 18:51:53 2005 |
|
@@ -289,7 +289,7 @@ |
|
if (f->face) |
|
FT_Done_Face (f->face); |
|
} |
|
- XftMemFree (XFT_MEM_FILE, sizeof (XftFtFile) + strlen (f->file) + 1); |
|
+ XftMemFree (XFT_MEM_FILE, sizeof (XftFtFile) + (f->file ? strlen (f->file) + 1 : 0)); |
|
free (f); |
|
} |
|
|
|
|