]> Dogcows Code - chaz/openbox/blobdiff - render/font.c
add the DesktopLast action, props to marius nita for this one
[chaz/openbox] / render / font.c
index 94d9fa2db47e48f2805cf29c41d021b247f782f3..a099c0930812a01bffb2b0be794a817a6f2e43cc 100644 (file)
@@ -226,5 +226,7 @@ void RrFontDraw(XftDraw *d, RrTextureText *t, RrRect *area)
     XftDrawStringUtf8(d, &c, t->font->xftfont, x,
                       t->font->xftfont->ascent + y,
                       (FcChar8*)text->str, l);
+
+    g_string_free(text, TRUE);
     return;
 }
This page took 0.021008 seconds and 4 git commands to generate.