Don't free wsi->u.hdr.ah except through lws_free_header_table (exception: server...
authorAndrew Canaday <andrew.canaday@nytimes.com>
Fri, 7 Nov 2014 03:21:09 +0000 (11:21 +0800)
committerAndy Green <andy.green@linaro.org>
Fri, 7 Nov 2014 03:25:36 +0000 (11:25 +0800)
commita19d485b80d38296393577e699a8ce9ab235d388
tree4d2587bbc2eeefd5bc8960bfba35c740e094ef6f
parent377188189a65c66bd8e27dbef080fad36c1590da
Don't free wsi->u.hdr.ah except through lws_free_header_table (exception: server.c frees 'ah' after copying the header pointer and transitioning the union state).
lib/libwebsockets.c
lib/server-handshake.c
lib/server.c