$OpenBSD: patch-lib_common_c,v 1.1 2008/05/19 14:40:04 landry Exp $
--- lib/common.c.orig	Fri May 16 16:38:20 2008
+++ lib/common.c	Fri May 16 16:38:35 2008
@@ -309,7 +309,6 @@ void dict_read_rc_file(DictData *dd)
 		geo = xfce_rc_read_entry(rc, "geometry", geo);
 		parse_geometry(dd, geo);
 
-		xfce_rc_close(rc);
 	}
 
 	dd->mode_default = mode_default;
@@ -326,6 +325,8 @@ void dict_read_rc_file(DictData *dd)
 	dd->dictionary = g_strdup(dict);
 	dd->spell_bin = g_strdup(spell_bin);
 	dd->spell_dictionary = g_strdup(spell_dictionary);
+
+	xfce_rc_close(rc);
 }
 
 
