merge of '4ccbe30d873e4d425b02ea7a68d4899df74a3989'

Thu, 18 Oct 2007 14:37:23 +0000

author
Daniel Atallah <datallah@pidgin.im>
date
Thu, 18 Oct 2007 14:37:23 +0000
changeset 21060
1d7d399fda5d
parent 21058
4ccbe30d873e (current diff)
parent 21059
eb2a23e2dd0f (diff)
child 21061
09b0df9c0dd3

merge of '4ccbe30d873e4d425b02ea7a68d4899df74a3989'
and 'eb2a23e2dd0f34697763d3cc748918ef29461211'

--- a/libpurple/protocols/msn/msnutils.c	Thu Oct 18 12:01:41 2007 +0000
+++ b/libpurple/protocols/msn/msnutils.c	Thu Oct 18 14:37:23 2007 +0000
@@ -445,10 +445,9 @@
 	*attributes = g_strdup_printf("FN=%s; EF=%s; CO=%s; PF=0; RL=%c",
 								  encode_spaces(fontface),
 								  fonteffect, fontcolor, direction);
-	*message = g_strdup(msg);
+	*message = msg;
 
 	g_free(fontface);
-	g_free(msg);
 }
 
 void

mercurial