nginx-static-etags icon indicating copy to clipboard operation
nginx-static-etags copied to clipboard

memory leak

Open slimlv opened this issue 12 years ago • 0 comments

the module leaks memory in

str_buffer = malloc( str_len + sizeof(char) );

should use ngx_pcalloc() while do not manage to free after yourself

slimlv avatar Feb 23 '13 11:02 slimlv