Actions
Bug #524
closedMemory leak - patch attached
Status:
Fixed
Priority:
Normal
Category:
core
Target version:
-
ASK QUESTIONS IN Forums:
Description
Some buffers that were not freed in server_free() from server.c:
--- /shared/tst/lighttpd-1.4.10/src/server.c 2006-02-01 06:50:00.000000000 -0500 +++ server.c 2006-02-14 12:40:00.000000000 -0500 @@ -218,6 +218,8 @@ CLEAN(srvconf.event_handler); CLEAN(srvconf.pid_file); CLEAN(srvconf.modules_dir); + CLEAN(srvconf.network_backend); + CLEAN(srvconf.upload_tempdirs); CLEAN(tmp_chunk_len); #undef CLEAN
Updated by jan over 17 years ago
- Status changed from New to Fixed
- Resolution set to fixed
The patch has been corrected (upload-tempdir is an array) and applied in r1020.
Actions
Also available in: Atom