Mercurial > pidgin.yaz
changeset 31688:9d7b2a7709d5
disapproval of revision '3de680fff7ddd1b00149657afb7f6cd833000a90'
This breaks the build...
author | Paul Aurich <paul@darkrain42.org> |
---|---|
date | Mon, 21 Feb 2011 02:14:43 +0000 |
parents | b678afdc2b8f |
children | 698380117281 |
files | libpurple/protocols/jabber/jabber.c |
diffstat | 1 files changed, 0 insertions(+), 8 deletions(-) [+] |
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c Mon Feb 21 00:17:36 2011 +0000 +++ b/libpurple/protocols/jabber/jabber.c Mon Feb 21 02:14:43 2011 +0000 @@ -1984,10 +1984,6 @@ jabber_remove_feature(namespace); jabber_features = g_list_append(jabber_features, feat); - - /* Our cached caps_hash, if present, is now incorrect; force recalculation next time it is needed */ - g_free(js->caps_hash); - js->caps_hash = NULL; } void jabber_remove_feature(const char *namespace) { @@ -2069,10 +2065,6 @@ ident->name = g_strdup(name); jabber_identities = g_list_insert_sorted(jabber_identities, ident, jabber_identity_compare); - - /* Our cached caps_hash, if present, is now incorrect; force recalculation next time it is needed */ - g_free(js->caps_hash); - js->caps_hash = NULL; } static void jabber_identities_destroy(void)