From: pcg Date: Thu, 18 Dec 2003 04:27:36 +0000 (+0000) Subject: *** empty log message *** X-Git-Url: http://git.openbox.org/?a=commitdiff_plain;h=325105a73bbd249d2645a7b07cd6be53c0674106;p=dana%2Furxvt.git *** empty log message *** --- diff --git a/src/defaultfont.C b/src/defaultfont.C index 85ef39fa..7194c3be 100644 --- a/src/defaultfont.C +++ b/src/defaultfont.C @@ -781,10 +781,11 @@ rxvt_font_xft::load (const rxvt_fontprop &prop) f = XftFontOpenPattern (DISPLAY, match); - FcPatternDestroy (match); - if (!f) - return false; + { + FcPatternDestroy (match); + return false; + } FT_Face face = XftLockFace (f);