Steps to reproduce:
do query
MONGOOSE_VERSION "3.0"
Memory for mg_connection.request_info.remote_user is not always released. To
resolve the issue, add a call to reset_per_request_attributes(conn) in
worker_thread(), like
while (...)
{
...
}
reset_per_request_attributes(conn); // plug minor memory leak
free(conn);
in worker_thread() (line 3917)
Original issue reported on code.google.com by sandor.s...@priva.nl on 9 Jan 2012 at 7:52
Original issue reported on code.google.com by
sandor.s...@priva.nl
on 9 Jan 2012 at 7:52