diff libpurple/protocols/jabber/jabber.h @ 26885:1dfa009f6db5

Clean up jabber prpl memory allocations on uninit. Thanks to Nick Hebner. I had previously done some work on this, which is why this patch doesn't look as similar as it might to jabber_memory_cleanup.diff. Closes #8683. committer: Paul Aurich <paul@darkrain42.org>
author Nick Hebner <hebnern@gmail.com>
date Sun, 03 May 2009 20:17:09 +0000
parents 3912f55a1633
children 92565c8e1e3a
line wrap: on
line diff
--- a/libpurple/protocols/jabber/jabber.h	Sun May 03 19:53:53 2009 +0000
+++ b/libpurple/protocols/jabber/jabber.h	Sun May 03 20:17:09 2009 +0000
@@ -366,6 +366,7 @@
 PurpleMediaCaps jabber_get_media_caps(PurpleAccount *account, const char *who);
 
 void jabber_register_commands(void);
+void jabber_unregister_commands(void);
 
 void jabber_init_plugin(PurplePlugin *plugin);
 void jabber_uninit_plugin(void);