pidgin: 5a1200b2: disapproval of revision '3de680fff7ddd1b...

darkrain42 at pidgin.im darkrain42 at pidgin.im
Sun Feb 20 21:20:48 EST 2011


----------------------------------------------------------------------
Revision: 5a1200b2b4048e408dafc7a965a87d3429925cb4
Parent:   3de680fff7ddd1b00149657afb7f6cd833000a90
Author:   darkrain42 at pidgin.im
Date:     02/20/11 21:14:43
Branch:   im.pidgin.pidgin
URL: http://d.pidgin.im/viewmtn/revision/info/5a1200b2b4048e408dafc7a965a87d3429925cb4

Changelog: 

disapproval of revision '3de680fff7ddd1b00149657afb7f6cd833000a90'

This breaks the build...

Changes against parent 3de680fff7ddd1b00149657afb7f6cd833000a90

  patched  libpurple/protocols/jabber/jabber.c

-------------- next part --------------
============================================================
--- libpurple/protocols/jabber/jabber.c	ad77fd3a71a070f9d823e30bca88076aea1f2f8c
+++ libpurple/protocols/jabber/jabber.c	ad50987594a75a4e32625b8192cb0ab9412e310a
@@ -1984,10 +1984,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) {
@@ -2069,10 +2065,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