diff options
-rw-r--r-- | libempathy/empathy-call-factory.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |