mirror of
https://github.com/warmcat/libwebsockets.git
synced 2025-03-16 00:00:07 +01:00
fuzzer eliminate hsecond ah free path firing assert sentinel
Signed-off-by: Andy Green <andy.green@linaro.org>
This commit is contained in:
parent
ffd361430c
commit
10da4c1236
1 changed files with 1 additions and 2 deletions
|
@ -270,8 +270,7 @@ handshake_0405(struct lws_context *context, struct lws *wsi)
|
||||||
|
|
||||||
|
|
||||||
bail:
|
bail:
|
||||||
/* free up his parsing allocations */
|
/* caller will free up his parsing allocations */
|
||||||
lws_free_header_table(wsi);
|
|
||||||
return -1;
|
return -1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue