Actions
Bug #1348
closedmemory leak #2 in stream.c on win32 by not using "CloseHandle(mh)"
ASK QUESTIONS IN Forums:
Description
http://trac.lighttpd.net/trac/browser/tags/lighttpd-1.4.18/src/stream.c#L59
The handle "mh" opened by "{{{CreateFileMapping()}}}" is not closed with "{{{CloseHandle()}}}".
The handle "mh" can only be closed on stream_close().
References:
Updated by ralf about 17 years ago
please delete me¶
its closed: http://trac.lighttpd.net/trac/browser/tags/lighttpd-1.4.18/src/stream.c#L85
Updated by glen about 17 years ago
- Status changed from New to Fixed
- Resolution set to invalid
Actions
Also available in: Atom