From 20533c3be54a4e3fcb0ab23a15744d3093f8ad6f Mon Sep 17 00:00:00 2001 From: Matthew Barnes Date: Sat, 2 May 2009 22:59:06 -0400 Subject: =?UTF-8?q?Bug=20542685=20=E2=80=93=20[default-mailer]=20Leaking?= =?UTF-8?q?=20GConfValue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- plugins/default-mailer/default-mailer.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/default-mailer') diff --git a/plugins/default-mailer/default-mailer.c b/plugins/default-mailer/default-mailer.c index 7069f46e7b..f52bd30855 100644 --- a/plugins/default-mailer/default-mailer.c +++ b/plugins/default-mailer/default-mailer.c @@ -78,10 +78,10 @@ org_gnome_default_mailer_check_default (EPlugin *ep, ESEventTargetUpgrade *targe /* See whether the check default mailer key has already been set */ is_key = gconf_client_get(client, GCONF_KEY_CHECKDEFAULT, NULL); - if(!is_key) { + if(!is_key) gconf_client_set_bool(client, GCONF_KEY_CHECKDEFAULT, TRUE, NULL); + else gconf_value_free (is_key); - } /* Check whether we're supposed to check whether or not we are the default mailer */ if(gconf_client_get_bool(client, GCONF_KEY_CHECKDEFAULT, NULL)) { -- cgit v1.2.3