summaryrefslogtreecommitdiff
path: root/src/tube-stream.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-12-15 15:25:11 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-12-15 15:25:11 +0000
commit5bcdc96458d69ca7d2e67da7984d4c96d2275300 (patch)
treec4f62651c9d99a1a587eed079522a32ce9df3ffd /src/tube-stream.c
parent447050105f9efcee9ca14bbb5c79541fd949a47c (diff)
downloadtelepathy-salut-5bcdc96458d69ca7d2e67da7984d4c96d2275300.tar.gz
extra_bytestream_negotiate_cb: free the data structur if the bytestream was rejected
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 6dfd9168..45dd239a 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -397,6 +397,7 @@ extra_bytestream_negotiate_cb (GibberBytestreamIface *bytestream,
DEBUG ("initiator refused new bytestream");
g_object_unref (data->transport);
+ g_slice_free (struct _extra_bytestream_negotiate_cb_data, data);
return;
}