fuzzer eliminate hsecond ah free path firing assert sentinel
authorAndy Green <andy.green@linaro.org>
Tue, 12 Jan 2016 21:01:17 +0000 (05:01 +0800)
committerAndy Green <andy.green@linaro.org>
Tue, 12 Jan 2016 21:01:17 +0000 (05:01 +0800)
Signed-off-by: Andy Green <andy.green@linaro.org>
lib/server-handshake.c

index 7108cc7..7b6fc8c 100644 (file)
@@ -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;
 }