[Telepathy-commits] [telepathy-gabble/master] jingle_media_rtp_codec_free: fix whitespace
Senko Rasic
senko.rasic at collabora.co.uk
Tue Dec 2 04:34:12 PST 2008
---
src/jingle-media-rtp.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/jingle-media-rtp.c b/src/jingle-media-rtp.c
index e26f500..a8d76f0 100644
--- a/src/jingle-media-rtp.c
+++ b/src/jingle-media-rtp.c
@@ -106,7 +106,7 @@ jingle_media_rtp_codec_new (guint id, const gchar *name,
void
jingle_media_rtp_codec_free (JingleCodec *p)
{
- g_hash_table_destroy (p->params);
+ g_hash_table_destroy (p->params);
g_free (p->name);
g_slice_free (JingleCodec, p);
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list