Win32: plugged memory leak.

This commit is contained in:
Maxim Dounin 2013-10-31 18:23:49 +04:00
parent f1864dc225
commit a443af4ee0
1 changed files with 2 additions and 0 deletions

View File

@ -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: