adium: c1afdafd: disapproval of revision '4bb0587b181457c...
evands at pidgin.im
evands at pidgin.im
Sun Sep 19 18:50:54 EDT 2010
----------------------------------------------------------------------
Revision: c1afdafdfe2e87fd820342082c0d691dbddcf79e
Parent: 4bb0587b181457c9971826f9a448bdbcdab4a9cf
Author: evands at pidgin.im
Date: 09/19/10 18:44:03
Date: 09/19/10 18:48:18
Branch: im.pidgin.adium
URL: http://d.pidgin.im/viewmtn/revision/info/c1afdafdfe2e87fd820342082c0d691dbddcf79e
Changelog:
disapproval of revision '4bb0587b181457c9971826f9a448bdbcdab4a9cf'
Changes against parent 4bb0587b181457c9971826f9a448bdbcdab4a9cf
patched libpurple/protocols/jabber/jabber.c
-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jabber.c d3980d20af7f335418e7ffa8bb37d07ad4ca7f4d
+++ libpurple/protocols/jabber/jabber.c f4de9f9146812cca9194ceff2eeb1fa53ff63c8a
@@ -1960,10 +1960,6 @@ void jabber_add_feature(const char *name
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) {
@@ -2045,10 +2041,6 @@ void jabber_add_identity(const gchar *ca
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)
More information about the Commits
mailing list