repo: rxvt-unicode-sixel
action: commit
revision: 
path_from: 
revision_from: 806acbdba2234cfada90af5976f655dfd0a33143:
path_to: 
revision_to: 
git.thebackupbox.net
rxvt-unicode-sixel
git clone git://git.thebackupbox.net/rxvt-unicode-sixel
commit 806acbdba2234cfada90af5976f655dfd0a33143
Author: Marc Lehmann 
Date:   Thu Dec 18 04:27:36 2003 +0000

    *** empty log message ***

diff --git a/src/defaultfont.C b/src/defaultfont.C
index 85ef39fa53eec9bb4471846c1198fa62a0512c18..
index ..7194c3be1fad0ad27b25efba51fa1c87c2050c75 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);

-----END OF PAGE-----