aboutsummaryrefslogtreecommitdiffstats
path: root/modules
diff options
context:
space:
mode:
authorMilan Crha <mcrha@redhat.com>2010-11-05 23:35:57 +0800
committerRodrigo Moya <rodrigo@gnome-db.org>2010-11-10 06:33:22 +0800
commit64fe66dc6b91e3481b19f1ae2e58f5370c7ab8fd (patch)
treea048f7826dfed677fd23a9b36c7e2366ccc51f3e /modules
parenta5e33b81f332705eb38057f8beb88c1fc7448c3e (diff)
downloadgsoc2013-evolution-64fe66dc6b91e3481b19f1ae2e58f5370c7ab8fd.tar
gsoc2013-evolution-64fe66dc6b91e3481b19f1ae2e58f5370c7ab8fd.tar.gz
gsoc2013-evolution-64fe66dc6b91e3481b19f1ae2e58f5370c7ab8fd.tar.bz2
gsoc2013-evolution-64fe66dc6b91e3481b19f1ae2e58f5370c7ab8fd.tar.lz
gsoc2013-evolution-64fe66dc6b91e3481b19f1ae2e58f5370c7ab8fd.tar.xz
gsoc2013-evolution-64fe66dc6b91e3481b19f1ae2e58f5370c7ab8fd.tar.zst
gsoc2013-evolution-64fe66dc6b91e3481b19f1ae2e58f5370c7ab8fd.zip
Bug #634088 - Uses uninitialized variable in action_contact_new_cb
Diffstat (limited to 'modules')
-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;