[evolution/gnome-3-4] Fix possible use of uninitialized variable
- From: Milan Crha <mcrha src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [evolution/gnome-3-4] Fix possible use of uninitialized variable
- Date: Mon, 11 Jun 2012 19:59:54 +0000 (UTC)
commit 096cc80bb49698eac436ff66ffb8bf685b2b15e1
Author: Milan Crha <mcrha redhat com>
Date: Mon Jun 11 21:57:13 2012 +0200
Fix possible use of uninitialized variable
mail/e-mail-account-store.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/mail/e-mail-account-store.c b/mail/e-mail-account-store.c
index 314424a..4bf4744 100644
--- a/mail/e-mail-account-store.c
+++ b/mail/e-mail-account-store.c
@@ -1148,7 +1148,7 @@ e_mail_account_store_remove_service (EMailAccountStore *store,
CamelService *service)
{
GtkTreeIter iter;
- gboolean proceed;
+ gboolean proceed = TRUE;
g_return_if_fail (E_IS_MAIL_ACCOUNT_STORE (store));
g_return_if_fail (CAMEL_IS_SERVICE (service));
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]