X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;ds=sidebyside;f=src%2Fafb-hsrv.c;h=334b8b3b3c72f53e21d1f52e707d4d27c71ec30c;hb=fc19b7d7974f9c64dffc40e180464d595a9805cd;hp=afe865f78afaec67024a522425ebc003c0e8555f;hpb=c0453c34a58aac8150300ab829149a0ca4d9e5ee;p=src%2Fapp-framework-binder.git diff --git a/src/afb-hsrv.c b/src/afb-hsrv.c index afe865f7..334b8b3b 100644 --- a/src/afb-hsrv.c +++ b/src/afb-hsrv.c @@ -331,7 +331,6 @@ static int access_handler( } /* flush the data */ - afb_hreq_post_end(hreq); if (hreq->postform != NULL) { rc = MHD_destroy_post_processor(hreq->postform); hreq->postform = NULL;