libmicrohttpd

HTTP/1.x server C library (MHD 1.x, stable)
Log | Files | Refs | Submodules | README | LICENSE

commit 176e71e0623dfa7b6182a9d17bef4c262fd7282b
parent 45b33400ccc16a5f4ca5ee98607f6111cd0b1083
Author: Christian Grothoff <christian@grothoff.org>
Date:   Thu,  9 Aug 2007 07:34:48 +0000

grmpf

Diffstat:
Msrc/daemon/daemon.c | 1-
1 file changed, 0 insertions(+), 1 deletion(-)

diff --git a/src/daemon/daemon.c b/src/daemon/daemon.c @@ -277,7 +277,6 @@ MHD_accept_connection(struct MHD_Daemon * daemon) { MHD_DLOG(daemon, "Failed to create a thread: %s\n", STRERROR(errno)); - free(connection->addr); CLOSE(s); free(connection->addr); free(connection);