diff options
Diffstat (limited to 'libempathy/empathy-tp-call.c')
-rw-r--r-- | libempathy/empathy-tp-call.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libempathy/empathy-tp-call.c b/libempathy/empathy-tp-call.c index e0347ba9a..d4298a26c 100644 --- a/libempathy/empathy-tp-call.c +++ b/libempathy/empathy-tp-call.c @@ -379,7 +379,7 @@ tp_call_finalize (GObject *object) empathy_debug (DEBUG_DOMAIN, "Finalizing: %p", object); if (priv->tp_chan) { - GError *error; + GError *error = NULL; g_signal_handlers_disconnect_by_func (priv->tp_chan, tp_call_destroy_cb, |