mirror of
https://github.com/nginx/nginx.git
synced 2025-06-07 17:52:38 +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;
|
goto invalid;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
ngx_free(lu);
|
||||||
|
|
||||||
return NGX_OK;
|
return NGX_OK;
|
||||||
|
|
||||||
invalid:
|
invalid:
|
||||||
|
Loading…
Reference in New Issue
Block a user