don't destroy font patterns, i think this is a double free
Dana Jansens danakj@orodu.net
1 files changed,
0 insertions(+),
1 deletions(-)
jump to
M
render/font.c
→
render/font.c
@@ -57,7 +57,6 @@ if (!(pat = XftNameParse(fontstring)))
return NULL; match = XftFontMatch(RrDisplay(inst), RrScreen(inst), pat, &res); - FcPatternDestroy(pat); if (!match) return NULL;