DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16046>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=16046 Memory leak ------- Additional Comments From [EMAIL PROTECTED] 2003-01-15 20:00 ------- I've checked. Yes indeed the bug went away. But please don't close it immediately. By learning sources I see that there are some conditions when some additional leaks may occur again. mod_deflate does not always make a paired call to inflateEnd() after inflateInit2() was called. It make a big concern that the leak can be reproduced with for example a trimmed compressed part. Remember that after inflateInit2() was called zlib may allocate up to 256kb of memory and releases all in inflateEnd() only. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
