From 83080734640aceec79d46c01be7fde7c70a6a01c Mon Sep 17 00:00:00 2001 From: Andy Green Date: Wed, 13 Jan 2016 05:01:17 +0800 Subject: [PATCH] fuzzer eliminate hsecond ah free path firing assert sentinel Signed-off-by: Andy Green --- lib/server-handshake.c | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lib/server-handshake.c b/lib/server-handshake.c index 7108cc7d..7b6fc8c0 100644 --- a/lib/server-handshake.c +++ b/lib/server-handshake.c @@ -274,8 +274,7 @@ handshake_0405(struct lws_context *context, struct lws *wsi) bail: - /* free up his parsing allocations */ - lws_free_header_table(wsi); + /* caller will free up his parsing allocations */ return -1; }