summaryrefslogtreecommitdiff
path: root/proc.c
diff options
context:
space:
mode:
authorFelix Fietkau <nbd@openwrt.org>2013-01-04 00:23:58 +0100
committerFelix Fietkau <nbd@openwrt.org>2013-01-04 00:23:58 +0100
commit5ee20abc0dea6e4187e212b1d8e9484f5e79f538 (patch)
tree3ca41ef7cde22a9f3495dfbd8549291eaf8704ba /proc.c
parentaf526c6c2ede713237048a91aaddfa2ce621dc3c (diff)
free cgi headers
Diffstat (limited to 'proc.c')
-rw-r--r--proc.c1
1 files changed, 1 insertions, 0 deletions
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);
}