1
0
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:
James Booth 2014-09-24 00:48:28 +01:00
parent 95a2cec953
commit 5c36f85199

View File

@ -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);
}
}