summaryrefslogtreecommitdiff
path: root/src/tube-stream.c
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-12-15 17:34:03 +0000
committerGuillaume Desmottes <guillaume.desmottes@collabora.co.uk>2008-12-15 17:34:03 +0000
commit2a92c2f4f053de576363d9225bfa2f1d4b286630 (patch)
treeabe0180bb0c707d4bacf09bdf47a6408c03ed706 /src/tube-stream.c
parenta4f008b51b707dd789c136b316ee233f7cbf9223 (diff)
downloadtelepathy-salut-2a92c2f4f053de576363d9225bfa2f1d4b286630.tar.gz
start_stream_initiation: free data if salut_contact_manager_get_contact failed
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 45dd239a..a8a30270 100644
--- a/src/tube-stream.c
+++ b/src/tube-stream.c
@@ -495,6 +495,7 @@ start_stream_initiation (SalutTubeStream *self,
g_set_error (error, TP_ERRORS, TP_ERROR_NETWORK_ERROR,
"can't find contact with handle %d", priv->initiator);
g_object_unref (transport);
+ g_slice_free (struct _extra_bytestream_negotiate_cb_data, data);
}
else
{