From 31ab43ea2d4e9aba5b1629d17360ebc459f3f239 Mon Sep 17 00:00:00 2001 From: James Booth Date: Mon, 2 May 2016 00:40:16 +0100 Subject: Free stanza text and DiscoInfo features --- src/xmpp/presence.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/xmpp/presence.c') diff --git a/src/xmpp/presence.c b/src/xmpp/presence.c index c147970c..0a9b3ce0 100644 --- a/src/xmpp/presence.c +++ b/src/xmpp/presence.c @@ -93,6 +93,7 @@ _presence_handler(xmpp_conn_t *const conn, xmpp_stanza_t *const stanza, void *co size_t text_size; xmpp_stanza_to_text(stanza, &text, &text_size); gboolean cont = plugins_on_presence_stanza_receive(text); + xmpp_free(connection_get_ctx(), text); if (!cont) { return 1; } @@ -845,4 +846,5 @@ _send_presence_stanza(xmpp_stanza_t *const stanza) } else { xmpp_send_raw_string(conn, "%s", text); } + xmpp_free(connection_get_ctx(), text); } -- cgit 1.4.1-2-gfad0