Mercurial > pidgin
log libpurple/protocols/jabber/buddy.c @ 15626:0b16a4aa4e2b
age | author | description |
---|---|---|
Tue, 13 Feb 2007 22:19:26 +0000 | Evan Schoenberg | Fixed 3 Jabber memory leaks: in jabber_roster_parse(), there's no need to g_strdup() this normalized jid since it's only used immediately, and there was no correspoding g_free(). When removing an id from jbi->ids, its data should always be freed. Finally, gaim_str_seconds_to_string() returns retained memory -- we must free the returned pointer when we're done using it. |
Sat, 20 Jan 2007 02:32:10 +0000 | Sean Egan | Rename gtk/ and libgaim/ to pidgin/ and libpurple/ |