im.pidgin.pidgin.2.2.2: fe26c3555c64599d46bd0352bd110dcdef7320ad

lschiere at pidgin.im lschiere at pidgin.im
Sun Oct 21 01:18:07 EDT 2007


-----------------------------------------------------------------
Revision: fe26c3555c64599d46bd0352bd110dcdef7320ad
Ancestor: f4b2743ee8b8178ac641216a8533465b1c4ee6e6
Author: lschiere at pidgin.im
Date: 2007-10-21T05:04:44
Branch: im.pidgin.pidgin.2.2.2

Modified files:
        libpurple/protocols/msn/msn-utils.c

ChangeLog: 

applied changes from 9f2e0be2b91112e99baa40160913b63794df625f
             through 82743a9bd82c2c23498b62d3532151dd6b5b8c77

-------------- next part --------------
============================================================
--- libpurple/protocols/msn/msn-utils.c	ddcf0627c9bb68b8317f5ac2ce782b560d1f25fa
+++ libpurple/protocols/msn/msn-utils.c	0ff93310ffa70169ae06183a469b05ee7e5bde93
@@ -412,10 +412,9 @@ msn_import_html(const char *html, char *
 	*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


More information about the Commits mailing list