nginx-static-etags
nginx-static-etags copied to clipboard
memory leak
the module leaks memory in
str_buffer = malloc( str_len + sizeof(char) );
should use ngx_pcalloc() while do not manage to free after yourself