projects
/
oweals
/
uhttpd.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af526c6
)
free cgi headers
author
Felix Fietkau
<nbd@openwrt.org>
Thu, 3 Jan 2013 23:23:58 +0000
(
00:23
+0100)
committer
Felix Fietkau
<nbd@openwrt.org>
Thu, 3 Jan 2013 23:23:58 +0000
(
00:23
+0100)
proc.c
patch
|
blob
|
history
diff --git
a/proc.c
b/proc.c
index aa9b8fcfb83a30d18cf5dbf14abf03da0af8c655..4c40022258ada72651c40a3724f40da76fa09945 100644
(file)
--- 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);
}