mirror of
https://git.haproxy.org/git/haproxy.git/
synced 2025-09-25 15:51:24 +02: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
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;
|
h3_uqs->wait_event.tasklet->context = h3_uqs;
|
||||||
return 1;
|
return 1;
|
||||||
|
|
||||||
err:
|
|
||||||
tasklet_free(h3_uqs->wait_event.tasklet);
|
tasklet_free(h3_uqs->wait_event.tasklet);
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user