diff libpurple/protocols/jabber/parser.h @ 17876:7a3a66c6530a

Fixed a leak: The XML parser was never cleaned up on disconnect.
author Andreas Monitzer <pidgin@monitzer.com>
date Wed, 20 Jun 2007 00:13:02 +0000
parents 32c366eeeb99
children 481749fc0b6b
line wrap: on
line diff
--- a/libpurple/protocols/jabber/parser.h	Tue Jun 19 23:54:52 2007 +0000
+++ b/libpurple/protocols/jabber/parser.h	Wed Jun 20 00:13:02 2007 +0000
@@ -25,6 +25,7 @@
 #include "jabber.h"
 
 void jabber_parser_setup(JabberStream *js);
+void jabber_parser_free(JabberStream *js);
 void jabber_parser_process(JabberStream *js, const char *buf, int len);
 
 #endif /* _PURPLE_JABBER_PARSER_H_ */