From: <the...@us...> - 2006-08-21 22:44:52
|
Revision: 16961 Author: thekingant Date: 2006-08-21 15:44:46 -0700 (Mon, 21 Aug 2006) ViewCVS: http://svn.sourceforge.net/gaim/?rev=16961&view=rev Log Message: ----------- Remove an unnecessary strdup Modified Paths: -------------- trunk/libgaim/protocols/jabber/roster.c Modified: trunk/libgaim/protocols/jabber/roster.c =================================================================== --- trunk/libgaim/protocols/jabber/roster.c 2006-08-21 22:43:54 UTC (rev 16960) +++ trunk/libgaim/protocols/jabber/roster.c 2006-08-21 22:44:46 UTC (rev 16961) @@ -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); } This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |