From: José Bollo Date: Thu, 15 Mar 2018 14:34:59 +0000 (+0100) Subject: afb-websock: Fix a double free X-Git-Tag: flounder_5.99.1~43 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=commitdiff_plain;h=428dd77c7ef528dd1769d7c9bb95cd0fb2eaf2a8;hp=428dd77c7ef528dd1769d7c9bb95cd0fb2eaf2a8;p=src%2Fapp-framework-binder.git afb-websock: Fix a double free The commit 0ebdff94d461abd4328cf45a6281c15139a045eb of libmicrohttpd fixed a bug but introduced a double free of hreq resource attached to the connection. That commit is between versions 0.9.59 and 0.9.60 of libmicrohttpd. Now, hreq is freed in 'end_handler' of afb-hsrv.c Change-Id: Ia865d65c5f9ef5ce787eb6545802ac8ea37ae468 Signed-off-by: José Bollo ---