]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
dont destroy the match pattern, it seems that Xft holds onto the pointer
[chaz/openbox] / render / font.c
index 2fce1dd44a15afb21a09e5a05b60c3f032ee70b9..922bdb7ea7ecf96adf19c1d93858e9468224bb5a 100644 (file)
@@ -79,7 +79,6 @@ static RrFont *openfont(const RrInstance *inst, char *fontstring)
     out->tint = tint;
 
     font = XftFontOpenPattern(RrDisplay(inst), match);
-    FcPatternDestroy(match);
     if (!font) {
         g_free(out);
         return NULL;
This page took 0.022323 seconds and 4 git commands to generate.