aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy
diff options
context:
space:
mode:
Diffstat (limited to 'libempathy')
-rw-r--r--libempathy/empathy-auth-factory.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libempathy/empathy-auth-factory.c b/libempathy/empathy-auth-factory.c
index 836be14d2..9d8e16e21 100644
--- a/libempathy/empathy-auth-factory.c
+++ b/libempathy/empathy-auth-factory.c
@@ -68,6 +68,7 @@ server_tls_handler_ready_cb (GObject *source,
{
g_signal_emit (self, signals[NEW_SERVER_TLS_HANDLER], 0,
handler);
+ g_object_unref (handler);
}
}