diff libpurple/plugins/signals-test.c @ 27005:8502d69e45ed

khc: darkrain42: xmlnode not free'ed in jabber_watched_iq darkrain42: bah! Turns out there was more than one not being freed...
author Paul Aurich <paul@darkrain42.org>
date Wed, 03 Jun 2009 06:03:22 +0000
parents 60cb86295f08
children d148ca9e4d9a
line wrap: on
line diff
--- a/libpurple/plugins/signals-test.c	Wed Jun 03 05:51:51 2009 +0000
+++ b/libpurple/plugins/signals-test.c	Wed Jun 03 06:03:22 2009 +0000
@@ -686,6 +686,7 @@
 		prpl_info = PURPLE_PLUGIN_PROTOCOL_INFO(prpl);
 		prpl_info->send_raw(pc, str, -1);
 		g_free(str);
+		xmlnode_free(iq);
 	}
 
 	/* Cookie monster eats IQ stanzas; the prpl shouldn't keep processing */