diff --git a/lib/server-handshake.c b/lib/server-handshake.c index 8c3e17c9..e208bb42 100644 --- a/lib/server-handshake.c +++ b/lib/server-handshake.c @@ -270,8 +270,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; }