mirror of
https://github.com/profanity-im/profanity.git
synced 2024-11-03 19:37:16 -05:00
Free unique id
This commit is contained in:
parent
95a2cec953
commit
5c36f85199
@ -521,6 +521,8 @@ _handle_caps(xmpp_stanza_t *const stanza)
|
||||
char *id = create_unique_id("caps");
|
||||
|
||||
iq_send_caps_request(from, id, node, ver);
|
||||
|
||||
free(id);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user