commit | 3c5bd34771be032ef14e59f934058b3dce93588b | [log] [tgz] |
---|---|---|
author | Valentin Bartenev <vbart@nginx.com> | Tue Aug 06 19:58:40 2013 +0400 |
committer | Valentin Bartenev <vbart@nginx.com> | Tue Aug 06 19:58:40 2013 +0400 |
tree | a71e5b734bca4200959241d928410ba98f48070b | |
parent | 1b7bc342186ff0768c06419a134032adb2a536f8 [diff] |
Fixed memory leaks in the root and auth_basic_user_file directives. If a relative path is set by variables, then the ngx_conf_full_name() function was called while processing requests, which causes allocations from the cycle pool. A new function that takes pool as an argument was introduced.