remove double free attempts from no ACCEPT server response cleanup path
authorAndy Green <andy.green@linaro.org>
Wed, 13 Jan 2016 10:48:50 +0000 (18:48 +0800)
committerAndy Green <andy.green@linaro.org>
Wed, 13 Jan 2016 10:48:50 +0000 (18:48 +0800)
commit389a4bb9f0cd125cdc0a21b09bb0cb1fca1d7224
tree2c54015fa023b06f058d33ad556083ff52522ff2
parent83080734640aceec79d46c01be7fde7c70a6a01c
remove double free attempts from no ACCEPT server response cleanup path

The generic wsi close code is smart enough to clean up after these allocations itself

Signed-off-by: Andy Green <andy.green@linaro.org>
lib/client.c