summaryrefslogtreecommitdiff
path: root/src/tube-dbus.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-01-31 16:43:21 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-01-31 16:43:21 +0000
commita8039257a0293d8a08ea4556bc9df0ba5b3dba7f (patch)
tree9cfa0af233a846ecdc7c015eae0c12203c9a0294 /src/tube-dbus.c
parent4eb77c90214062dfb66cf9972487066a6c4aeeb8 (diff)
downloadtelepathy-salut-a8039257a0293d8a08ea4556bc9df0ba5b3dba7f.tar.gz
tube-dbus: fix a reference leak when creating the muc bytestream
20080131164321-7fe3f-7cc97c80562d2f0e80870f4f847957c4a76bb384.gz
Diffstat (limited to 'src/tube-dbus.c')
-rw-r--r--src/tube-dbus.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tube-dbus.c b/src/tube-dbus.c
index b6c24842..a45fa3cb 100644
--- a/src/tube-dbus.c
+++ b/src/tube-dbus.c
@@ -677,6 +677,7 @@ salut_tube_dbus_constructor (GType type,
g_object_get (bytestream, "stream-id", &priv->stream_id, NULL);
g_object_set (self, "bytestream", bytestream, NULL);
+ g_object_unref (bytestream);
}
else
{