mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Destroy Jid after use
This commit is contained in:
parent
7aff51ba4d
commit
ce43af616e
@ -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.");
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user