From e497426234daf06bded1096fee6596b1e367a018 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Tue, 29 Jun 2010 16:45:34 +0200 Subject: call-factory: don't leak the handler --- libempathy/empathy-call-factory.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libempathy/empathy-call-factory.c') diff --git a/libempathy/empathy-call-factory.c b/libempathy/empathy-call-factory.c index 945bbd4a2..0021b3905 100644 --- a/libempathy/empathy-call-factory.c +++ b/libempathy/empathy-call-factory.c @@ -143,7 +143,7 @@ empathy_call_factory_dispose (GObject *object) priv->dispose_has_run = TRUE; - /* release any references held by the object here */ + tp_clear_object (&priv->handler); if (G_OBJECT_CLASS (empathy_call_factory_parent_class)->dispose) G_OBJECT_CLASS (empathy_call_factory_parent_class)->dispose (object); -- cgit v1.2.3