artulab
projects
/
openbsd
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
575d9c9
)
Plug a leak.
author
sunil
<sunil@openbsd.org>
Tue, 13 Oct 2015 08:33:06 +0000
(08:33 +0000)
committer
sunil
<sunil@openbsd.org>
Tue, 13 Oct 2015 08:33:06 +0000
(08:33 +0000)
Ok gilles@, reyk@
usr.sbin/httpd/server_http.c
patch
|
blob
|
history
diff --git
a/usr.sbin/httpd/server_http.c
b/usr.sbin/httpd/server_http.c
index
504f331
..
d8cf256
100644
(file)
--- a/
usr.sbin/httpd/server_http.c
+++ b/
usr.sbin/httpd/server_http.c
@@
-1,4
+1,4
@@
-/* $OpenBSD: server_http.c,v 1.10
0 2015/10/13 07:57:13 reyk Exp $
*/
+/* $OpenBSD: server_http.c,v 1.10
1 2015/10/13 08:33:06 sunil Exp $
*/
/*
* Copyright (c) 2006 - 2015 Reyk Floeter <reyk@openbsd.org>
@@
-195,6
+195,7
@@
server_http_authenticate(struct server_config *srv_conf, struct client *clt)
}
}
done:
+ free(line);
if (fp != NULL)
fclose(fp);