aboutsummaryrefslogtreecommitdiffstats
path: root/libempathy/empathy-call-factory.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-06-29 22:45:34 +0800
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2010-08-11 15:43:55 +0800
commite497426234daf06bded1096fee6596b1e367a018 (patch)
tree0183dcc45264cf30a2739dec870e6c7f7962bd17 /libempathy/empathy-call-factory.c
parentb5b068d39f35ace8b1328c27a0b3d7e9de735dea (diff)
downloadgsoc2013-empathy-e497426234daf06bded1096fee6596b1e367a018.tar
gsoc2013-empathy-e497426234daf06bded1096fee6596b1e367a018.tar.gz
gsoc2013-empathy-e497426234daf06bded1096fee6596b1e367a018.tar.bz2
gsoc2013-empathy-e497426234daf06bded1096fee6596b1e367a018.tar.lz
gsoc2013-empathy-e497426234daf06bded1096fee6596b1e367a018.tar.xz
gsoc2013-empathy-e497426234daf06bded1096fee6596b1e367a018.tar.zst
gsoc2013-empathy-e497426234daf06bded1096fee6596b1e367a018.zip
call-factory: don't leak the handler
Diffstat (limited to 'libempathy/empathy-call-factory.c')
-rw-r--r--libempathy/empathy-call-factory.c2
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);