aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-tp-chat.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-chat.c b/libempathy/empathy-tp-chat.c
index 5cdcf28ad..6dc1a3277 100644
--- a/libempathy/empathy-tp-chat.c
+++ b/libempathy/empathy-tp-chat.c
@@ -1259,7 +1259,7 @@ password_feature_prepare_cb (GObject *source,
gpointer user_data)
{
EmpathyTpChat *self = user_data;
- GError *error;
+ GError *error = NULL;
if (!tp_proxy_prepare_finish (source, result, &error))
{