aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-11-05 23:35:57 +0800
committerMilan Crha <mcrha@redhat.com>2010-11-05 23:35:57 +0800
commit17da811cf5e49c81b786586acbb3ee384fd858a6 (patch)
tree713157e8574a97d44ac4e024d4b5f5cd1424b9fc
parent96a927c296198024e419b5b3f5e20d8fbf6a5671 (diff)
downloadgsoc2013-evolution-17da811cf5e49c81b786586acbb3ee384fd858a6.tar
gsoc2013-evolution-17da811cf5e49c81b786586acbb3ee384fd858a6.tar.gz
gsoc2013-evolution-17da811cf5e49c81b786586acbb3ee384fd858a6.tar.bz2
gsoc2013-evolution-17da811cf5e49c81b786586acbb3ee384fd858a6.tar.lz
gsoc2013-evolution-17da811cf5e49c81b786586acbb3ee384fd858a6.tar.xz
gsoc2013-evolution-17da811cf5e49c81b786586acbb3ee384fd858a6.tar.zst
gsoc2013-evolution-17da811cf5e49c81b786586acbb3ee384fd858a6.zip
Bug #634088 - Uses uninitialized variable in action_contact_new_cb
-rw-r--r--modules/addressbook/e-book-shell-backend.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/addressbook/e-book-shell-backend.c b/modules/addressbook/e-book-shell-backend.c
index aecc93efb7..1688d36fd9 100644
--- a/modules/addressbook/e-book-shell-backend.c
+++ b/modules/addressbook/e-book-shell-backend.c
@@ -221,7 +221,7 @@ action_contact_new_cb (GtkAction *action,
EShellBackend *shell_backend;
GConfClient *client;
ESourceList *source_list;
- ESource *source;
+ ESource *source = NULL;
const gchar *action_name;
const gchar *key;
gchar *uid;