# HG changeset patch # User Paul Aurich # Date 1298254483 0 # Node ID 9d7b2a7709d5b0d6f5eb148768e336a4659f04fd # Parent b678afdc2b8f9c72691df71bdf1fdf777b9ac2dc disapproval of revision '3de680fff7ddd1b00149657afb7f6cd833000a90' This breaks the build... diff -r b678afdc2b8f -r 9d7b2a7709d5 libpurple/protocols/jabber/jabber.c --- 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)