From: Felix Fietkau Date: Thu, 3 Jan 2013 23:23:58 +0000 (+0100) Subject: free cgi headers X-Git-Url: http://git.archive.openwrt.org/?p=project%2Fuhttpd.git;a=commitdiff_plain;h=5ee20abc0dea6e4187e212b1d8e9484f5e79f538 free cgi headers --- diff --git a/proc.c b/proc.c index aa9b8fc..4c40022 100644 --- a/proc.c +++ b/proc.c @@ -232,6 +232,7 @@ static void proc_write_close(struct client *cl) static void proc_free(struct client *cl) { + blob_buf_free(&cl->hdr); proc_write_close(cl); uh_relay_free(&cl->dispatch.proc.r); }