summaryrefslogtreecommitdiff
path: root/src/tube-stream.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-01-29 17:15:15 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2009-02-06 16:40:43 +0100
commitbd8ec2e88915bd1c9bdda7326ecf235762306b68 (patch)
tree1fa812bfb38bcc70b755b0f57a09d24c6a72e339 /src/tube-stream.c
parente2b6b7a266cbe5424f4722d153fe687cadf23010 (diff)
downloadtelepathy-salut-bd8ec2e88915bd1c9bdda7326ecf235762306b68.tar.gz
tube-stream: contact_new_connection_cb: unref the bytestream as add_bytestream keep its own ref
Diffstat (limited to 'src/tube-stream.c')
-rw-r--r--src/tube-stream.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/tube-stream.c b/src/tube-stream.c
index a281e36b..c4e87f90 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -1894,6 +1894,7 @@ contact_new_connection_cb (GibberListener *listener,
salut_tube_stream_add_bytestream (SALUT_TUBE_IFACE (self), bytestream);
gibber_bytestream_direct_accept_socket (bytestream, transport);
+ g_object_unref (bytestream);
g_object_unref (contact);
g_object_unref (contact_mgr);
}