diff options
author | James Booth <boothj5@gmail.com> | 2013-08-05 23:12:10 +0100 |
---|---|---|
committer | James Booth <boothj5@gmail.com> | 2013-08-05 23:12:10 +0100 |
commit | 42eef398b4eb4d311dd97037af715d4d4119adf4 (patch) | |
tree | 425fe4e23a45801c9f5f52c993f50eb1d5872bf6 | |
parent | c6e9a7455d1aa34c0b8386c8e6bc8f855cb29a2a (diff) | |
download | profani-tty-42eef398b4eb4d311dd97037af715d4d4119adf4.tar.gz |
Free Jid
-rw-r--r-- | src/xmpp/stanza.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/xmpp/stanza.c b/src/xmpp/stanza.c index 4d232b7b..e470c3b0 100644 --- a/src/xmpp/stanza.c +++ b/src/xmpp/stanza.c @@ -538,6 +538,7 @@ stanza_is_muc_self_presence(xmpp_stanza_t * const stanza, } } } + jid_destroy(jidp); } return FALSE; |