about summary refs log tree commit diff stats
path: root/src/xmpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/xmpp')
-rw-r--r--src/xmpp/iq.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/xmpp/iq.c b/src/xmpp/iq.c
index 6138cfc0..e0936324 100644
--- a/src/xmpp/iq.c
+++ b/src/xmpp/iq.c
@@ -396,7 +396,6 @@ iq_http_upload_request(HTTPUpload *upload)
     xmpp_ctx_t * const ctx = connection_get_ctx();
     char *id = connection_create_stanza_id();
     xmpp_stanza_t *iq = stanza_create_http_upload_request(ctx, id, jid, upload);
-    // TODO add free func
     iq_id_handler_add(id, _http_upload_response_id_handler, NULL, upload);
     free(id);