diff --git a/src/command/commands.c b/src/command/commands.c index d80c935a..3be2b7eb 100644 --- a/src/command/commands.c +++ b/src/command/commands.c @@ -1565,6 +1565,7 @@ cmd_caps(gchar **args, struct cmd_help_t help) } } } + jid_destroy(jid); } else { cons_show("You must provide a jid to the /caps command."); }