[gaim-migrate @ 16961]

Mon, 21 Aug 2006 22:44:46 +0000

author
Mark Doliner <markdoliner@pidgin.im>
date
Mon, 21 Aug 2006 22:44:46 +0000
changeset 14338
0c06df858811
parent 14337
63870f0c0b01
child 14339
fb344db5cf64

[gaim-migrate @ 16961]
Remove an unnecessary strdup

libgaim/protocols/jabber/roster.c file | annotate | diff | comparison | revisions
--- a/libgaim/protocols/jabber/roster.c	Mon Aug 21 22:43:54 2006 +0000
+++ b/libgaim/protocols/jabber/roster.c	Mon Aug 21 22:44:46 2006 +0000
@@ -325,9 +325,7 @@
 	GaimBuddy *b = gaim_find_buddy(gc->account, name);
 	char *a;
 
-	a = g_strdup(alias);
 	gaim_blist_alias_buddy(b, a);
-	g_free(a);
 
 	jabber_roster_update(gc->proto_data, name, NULL);
 }

mercurial