From bdebda58a42501f6c4c6f8e0692239662827aba1 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 23 Feb 2012 14:37:11 +0100 Subject: call: don't leak the contact --- src/empathy-call.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/empathy-call.c b/src/empathy-call.c index 45623fcd2..207f32f25 100644 --- a/src/empathy-call.c +++ b/src/empathy-call.c @@ -119,7 +119,7 @@ new_call_handler_cb (EmpathyCallFactory *factory, DEBUG ("Show the call window"); - g_object_get (handler, "target-contact", &contact, NULL); + contact = empathy_call_handler_get_contact (handler); window = g_hash_table_lookup (call_windows, contact); -- cgit v1.2.3