Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 85153 | Differences between
and this patch

Collapse All | Expand All

(-)xftfreetype.c.orig (-1 / +1 lines)
Lines 290-296 _XftReleaseFile (XftFtFile *f) Link Here
290
	    FT_Done_Face (f->face);
290
	    FT_Done_Face (f->face);
291
    }
291
    }
292
    XftMemFree (XFT_MEM_FILE,
292
    XftMemFree (XFT_MEM_FILE,
293
		sizeof (XftFtFile) + f->file ? strlen (f->file) + 1 : 0);
293
		sizeof (XftFtFile) + (f->file ? strlen (f->file) + 1 : 0));
294
    free (f);
294
    free (f);
295
}
295
}
296
296

Return to bug 85153