commit | 3c08cb49483d14c356702b581ea3832d5bc55890 | [log] [tgz] |
---|---|---|
author | Frédéric Lécaille <flecaille@haproxy.com> | Tue Feb 15 09:15:47 2022 +0100 |
committer | Amaury Denoyelle <adenoyelle@haproxy.com> | Tue Feb 15 17:23:44 2022 +0100 |
tree | 9e2ead3ea73b1ee1e385dfe1777ae4866d4fe692 | |
parent | 1e1fb5db45dba2da76c0a6ae0effeb73c3d58aa1 [diff] |
MINOR: h3: Dead code in h3_uqs_init() This should fix CID 1469657 for GH #1546.
diff --git a/src/h3.c b/src/h3.c index 48bb8cf..a7f0cda 100644 --- a/src/h3.c +++ b/src/h3.c
@@ -827,9 +827,6 @@ h3_uqs->wait_event.tasklet->process = t; h3_uqs->wait_event.tasklet->context = h3_uqs; return 1; - - tasklet_free(h3_uqs->wait_event.tasklet); - return 0; } static inline void h3_uqs_release(struct h3_uqs *h3_uqs)