aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2007-06-13 07:26:04 +0000
committerChristian Grothoff <christian@grothoff.org>2007-06-13 07:26:04 +0000
commit9a0026c7f5aca6803f11b33bb61b0010c536a0cb (patch)
tree21ee36f8c7d001341fb98472a95dcb7482c9647e
parent299b28f1316ed69b4db0174adc9166fac55b8ecc (diff)
downloadlibmicrohttpd-9a0026c7f5aca6803f11b33bb61b0010c536a0cb.tar.gz
libmicrohttpd-9a0026c7f5aca6803f11b33bb61b0010c536a0cb.zip
fixing leak
-rw-r--r--README3
1 files changed, 0 insertions, 3 deletions
diff --git a/README b/README
index a91c1055..7b84bb00 100644
--- a/README
+++ b/README
@@ -8,9 +8,6 @@ at all:
8 8
9In general: 9In general:
10=========== 10===========
11daemon.c:
12- MHD_cleanup_session: major memory leaks (headers!)
13
14session.c: 11session.c:
15- MHD_session_get_fdset (essentially not implemented) 12- MHD_session_get_fdset (essentially not implemented)
16- MHD_find_access_handler (not implemented) 13- MHD_find_access_handler (not implemented)