From 325105a73bbd249d2645a7b07cd6be53c0674106 Mon Sep 17 00:00:00 2001 From: pcg Date: Thu, 18 Dec 2003 04:27:36 +0000 Subject: [PATCH] *** empty log message *** --- src/defaultfont.C | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) 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); -- 2.34.1