mirror of
https://github.com/nginx/nginx.git
synced 2024-11-27 15:39:01 +08:00
Win32: plugged memory leak.
This commit is contained in:
parent
45075adccf
commit
b0f025f4fe
@ -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…
Reference in New Issue
Block a user