summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert McQueen <robert.mcqueen@collabora.co.uk>2006-09-06 07:09:13 +0000
committerRobert McQueen <robert.mcqueen@collabora.co.uk>2006-09-06 07:09:13 +0000
commita98994c4869ceecf0cef1991ac9e54b7153d40ff (patch)
treede9871d3aa2d5fa1f5c1aee884608a8205432b21
parentb1504be6beb5c9a4e4276a3be711fa3829931947 (diff)
GabbleMediaChannel: s/clear/free/ (the session ID)
-rw-r--r--src/gabble-media-channel.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gabble-media-channel.c b/src/gabble-media-channel.c
index 4ba89ed85..3d2318421 100644
--- a/src/gabble-media-channel.c
+++ b/src/gabble-media-channel.c
@@ -1098,7 +1098,7 @@ session_state_changed_cb (GabbleMediaSession *session,
gabble_group_mixin_change_flags (G_OBJECT (channel), TP_CHANNEL_GROUP_FLAG_CAN_ADD,
TP_CHANNEL_GROUP_FLAG_CAN_REMOVE);
- /* clear the session ID */
+ /* free the session ID */
g_object_get (priv->session, "session-id", &sid, NULL);
_gabble_media_factory_free_sid (priv->factory, sid);
g_free (sid);