diff libpurple/protocols/jabber/jabber.c @ 25146:4040da08a733

Entity Capabilities must be per-JabberStream
author Paul Aurich <paul@darkrain42.org>
date Fri, 21 Nov 2008 00:35:44 +0000
parents 1225f3dcf5ab
children 504c98a90ef5
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.c	Thu Nov 20 23:58:17 2008 +0000
+++ b/libpurple/protocols/jabber/jabber.c	Fri Nov 21 00:35:44 2008 +0000
@@ -1390,6 +1390,7 @@
 	if(js->user)
 		jabber_id_free(js->user);
 	g_free(js->avatar_hash);
+	g_free(js->caps_hash);
 
 	purple_circ_buffer_destroy(js->write_buffer);
 	if(js->writeh)
@@ -2540,7 +2541,7 @@
 					  _("buzz: Buzz a user to get their attention"), NULL);
 }
 
-/* IPC fucntions*/
+/* IPC functions*/
 
 /*
  * IPC function for checking wheather a client at a full JID supports a certain feature.