pidgin/ljfisher-ssl-client-auth

632cbfa9695e
Parents 8921211069ad
Children 30d214d828f3
jabber: Oops, I introduced a leak. clang found it.
--- a/libpurple/protocols/jabber/presence.c Tue May 03 12:49:56 2011 +0000
+++ b/libpurple/protocols/jabber/presence.c Thu May 05 02:42:19 2011 +0000
@@ -1213,7 +1213,6 @@
if (photo) {
char *hash_tmp = xmlnode_get_data(photo);
- hash_tmp = xmlnode_get_data(photo);
g_free(presence->vcard_avatar_hash);
presence->vcard_avatar_hash =
hash_tmp ? hash_tmp : g_strdup("");