about summary refs log tree commit diff stats
path: root/src/xmpp/stanza.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp/stanza.c')
-rw-r--r--src/xmpp/stanza.c1
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;