changeset 31689:698380117281

merge of '5a1200b2b4048e408dafc7a965a87d3429925cb4' and 'cba010d1c097d4e6599f08276ed9d894710c1074'
author Paul Aurich <paul@darkrain42.org>
date Mon, 21 Feb 2011 02:14:54 +0000
parents 9d7b2a7709d5 (diff) bb15e3331bf8 (current diff)
children 6342df9934cb
files
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Mon Feb 21 01:31:32 2011 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Mon Feb 21 02:14:54 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)