mirror of
https://erdgeist.org/gitweb/opentracker
synced 2024-05-10 07:54:50 +00:00
Fixed memleak in example httpd :/
This commit is contained in:
@ -429,7 +429,7 @@ emerge:
|
||||
{
|
||||
array_trunc(&h->r);
|
||||
iob_reset(&h->iob);
|
||||
free(h->hdrbuf); h->hdrbuf=0;
|
||||
free(h->hdrbuf); h->hdrbuf=0; free(h);
|
||||
io_close(i);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user