mirror of
https://github.com/nginx/nginx.git
synced 2026-06-27 12:21:57 +00:00
Win32: plugged memory leak.
This commit is contained in:
parent
45075adccf
commit
b0f025f4fe
1 changed files with 2 additions and 0 deletions
|
|
@ -753,6 +753,8 @@ ngx_win32_check_filename(u_char *name, u_short *u, size_t len)
|
|||
goto invalid;
|
||||
}
|
||||
|
||||
ngx_free(lu);
|
||||
|
||||
return NGX_OK;
|
||||
|
||||
invalid:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue