mirror of
https://github.com/haproxy/haproxy.git
synced 2026-02-22 17:30:34 -05:00
CLEANUP: h3: Unreachable target in h3_uqs_init()
This should fix Coverity CID 375045 in GH #1536 which detects a no more use "err" target in h3_uqs_init()
This commit is contained in:
parent
6842485a84
commit
225c31fc9f
1 changed files with 0 additions and 1 deletions
1
src/h3.c
1
src/h3.c
|
|
@ -770,7 +770,6 @@ static int h3_uqs_init(struct h3_uqs *h3_uqs, struct h3 *h3,
|
|||
h3_uqs->wait_event.tasklet->context = h3_uqs;
|
||||
return 1;
|
||||
|
||||
err:
|
||||
tasklet_free(h3_uqs->wait_event.tasklet);
|
||||
return 0;
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue